Andrew Scheller added the comment:
I agree that this is ambiguous behaviour. The docs at
https://docs.python.org/3/library/tempfile.html#tempfile.SpooledTemporaryFile
say "This function operates exactly as TemporaryFile() does, except that data
is spooled in memory until the file
New submission from Andrew Scheller :
https://docs.python.org/2/library/collections.html#collections.deque.remove
says "Removed the first occurrence of value."
I believe the "Removed" should be changed to just "Remove" ?
(this has already been fixed i
Andrew Scheller added the comment:
Looks like https://bugs.python.org/issue24269 is where this got fixed for the
3.x documentation ;-)
--
___
Python tracker
<https://bugs.python.org/issue32
Change by Andrew Scheller :
--
type: -> enhancement
___
Python tracker
<https://bugs.python.org/issue32870>
___
___
Python-bugs-list mailing list
Unsubscrib
New submission from Andrew Scheller:
According to the documentation (
http://docs.python.org/py3k/library/base64.html#base64.decodebytes ) both the
decodebytes and the deprecated decodestring methods are available in the base64
module in Python3.x
However in Python3.0 (I'm testing
New submission from Andrew Scheller:
I've just noticed that the documentation for TarInfo.type says
"To determine the type of a TarInfo object more conveniently, use the is_*()
methods below."
However none of the methods mentioned actually contain an underscore, so I
believe th
Andrew Scheller added the comment:
Éric - appears to be only Doc/library/tarfile.rst that is affected.
Matt - looks like your "simple patch" contains a lot more than you intended?!
--
___
Python tracker
<http://bugs.python.o
New submission from Andrew Scheller:
The documentation for time.struct_time (in Doc/library/time.rst) explains
tm_isdst as "0, 1 or -1; see below" but then doesn't really go into further
detail below, other than to say "A -1 argument as the daylight savings flag,
pas
New submission from Andrew Scheller:
In the documentation for difflib.HtmlDiff.__init__ there's a couple of
references to ``ndiff()``. I believe these should be modified to :func:`ndiff`
(as used elsewhere in the difflib documentation) so that they get nicely
hyperlinked in the