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
Rodolpho Eckhardt added the comment:
My mistake reading the documentation.
Sorry, closing this issue.
--
status: open -> closed
___
Python tracker
<http://bugs.python.org/issu
Changes by Rodolpho Eckhardt :
--
nosy: -docs@python
resolution: -> invalid
___
Python tracker
<http://bugs.python.org/issue12490>
___
___
Python-bugs-lis
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
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
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
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
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
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
"
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
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
11 matches
Mail list logo