New submission from Jeroen Van Goey:
The sample code in the itertools.count documentation should be indented by 4
spaces.
For 2.7.4: lines 3429 till 3432 in
http://hg.python.org/releasing/2.7.4/file/026ee0057e2d/Modules/itertoolsmodule.c#l3429
For 3.4.0a1: lines 3981 till 3984 in
http
Changes by Jeroen Van Goey :
--
hgrepos: -207
___
Python tracker
<http://bugs.python.org/issue18912>
___
___
Python-bugs-list mailing list
Unsubscribe:
Jeroen Van Goey added the comment:
Patch for Python 2.7.4 attached
--
keywords: +patch
Added file: http://bugs.python.org/file31571/2.7itertoolsmodule.c.patch
___
Python tracker
<http://bugs.python.org/issue18
Jeroen Van Goey added the comment:
Patch for Python 3.4.0a1 attached
--
Added file: http://bugs.python.org/file31572/3.4itertoolsmodule.c.patch
___
Python tracker
<http://bugs.python.org/issue18
New submission from Jeroen Van Goey:
The header of a cookie file generated by _MozillaCookieJar.py contains a link
to the spec: http://www.netscape.com/newsref/std/cookie_spec.html
This URL no longer exists (redirects to the AOL homepage). Attached patch
replaces the link with a mirror where
Jeroen Van Goey added the comment:
Added patch file for Python 3.3
--
Added file: http://bugs.python.org/file33197/cookiejar.diff
___
Python tracker
<http://bugs.python.org/issue20
New submission from Jeroen Van Goey:
I installed Python 3.6 from J Fernyhough's PPA by doing
sudo add-apt-repository ppa:jonathonf/python-3.6
sudo apt-get update
sudo apt-get install python3.6
I made a string, using the new literal string interpolation, but I supplied an
invalid f
Jeroen Van Goey added the comment:
Thanks Barry for your extensive explanation!
--
___
Python tracker
<http://bugs.python.org/issue29307>
___
___
Python-bug