[issue12490] Documentation for itertools.chain.from_iterable is incorrect

2011-07-04 Thread Rodolpho Eckhardt
Changes by Rodolpho Eckhardt : -- nosy: -docs@python resolution: -> invalid ___ Python tracker <http://bugs.python.org/issue12490> ___ ___ Python-bugs-lis

[issue12490] Documentation for itertools.chain.from_iterable is incorrect

2011-07-04 Thread Rodolpho Eckhardt
Rodolpho Eckhardt added the comment: My mistake reading the documentation. Sorry, closing this issue. -- status: open -> closed ___ Python tracker <http://bugs.python.org/issu

[issue12490] Documentation for itertools.chain.from_iterable is incorrect

2011-07-04 Thread Rodolpho Eckhardt
New submission from Rodolpho Eckhardt : The documentation at http://docs.python.org/py3k/library/itertools.html#itertools.chain and http://docs.python.org/library/itertools.html#itertools.chain is inconsistent. At the definition of the class it states that itertools.chain.from_iterable can

[issue7695] missing termios constants

2010-12-11 Thread Rodolpho Eckhardt
Rodolpho Eckhardt added the comment: Because these constants might not exist on all platforms, the patch uses ifdef's around them. -- keywords: +patch nosy: +Rodolpho.Eckhardt Added file: http://bugs.python.org/file20015/patch_termios_consts_issue7695

[issue8525] Small enhancement to help()

2010-11-21 Thread Rodolpho Eckhardt
Rodolpho Eckhardt added the comment: Migrated the patch to the 3.x trunk and added three tests. -- keywords: +patch nosy: +Rodolpho.Eckhardt, henriquebastos Added file: http://bugs.python.org/file19748/help_8525.patch ___ Python tracker <h

[issue10220] Make generator state easier to introspect

2010-11-20 Thread Rodolpho Eckhardt
Rodolpho Eckhardt added the comment: Done, thank you! Second version attached. -- Added file: http://bugs.python.org/file19712/getgeneratorstate_v2.patch ___ Python tracker <http://bugs.python.org/issue10

[issue10220] Make generator state easier to introspect

2010-11-20 Thread Rodolpho Eckhardt
Rodolpho Eckhardt added the comment: This patch adds the getgeneratorstate function and related tests. -- keywords: +patch nosy: +Rodolpho.Eckhardt Added file: http://bugs.python.org/file19705/getgeneratorstate.patch ___ Python tracker <h

[issue8078] add more baud constants to termios

2010-11-20 Thread Rodolpho Eckhardt
Rodolpho Eckhardt added the comment: Added those baud rates using #ifdef's because I'm not sure all platforms will define them. -- keywords: +patch nosy: +Rodolpho.Eckhardt Added file: http://bugs.python.org/file19693/termios_baud.patch

[issue3427] urllib documentation: urlopen().info() return type

2009-03-29 Thread Rodolpho Eckhardt
Rodolpho Eckhardt added the comment: Patch for 2.7. -- Added file: http://bugs.python.org/file13453/urllib_doc_2.7.diff ___ Python tracker <http://bugs.python.org/issue3

[issue3427] urllib documentation: urlopen().info() return type

2009-03-29 Thread Rodolpho Eckhardt
Rodolpho Eckhardt added the comment: I'm including 2.7, as it also has this documentation problem. The rest of the documentation is correct. I know there is still work to be done on Issue 4773, which might affect this doc. -- keywords: +patch nosy: +rodolpho versions: +Pytho

[issue2118] smtplib.SMTP() raises socket.error rather than SMTPConnectError

2008-06-21 Thread Rodolpho Eckhardt
Rodolpho Eckhardt <[EMAIL PROTECTED]> added the comment: Verified Werneck's patch and it also works on 2.6 and 3.0. However, the previous code used to present a "friendly" message about non-numeric ports: "socket.error: nonnumeric port" and now it raises "