Dmitry Kazakov added the comment:
Thanks, completely missed the abs(limit) part. Here's the updated documentation
patch.
--
Added file: http://bugs.python.org/file39161/traceback_limit_doc_rev.diff
___
Python tracker
<http://bugs.py
Changes by Dmitry Kazakov :
Removed file: http://bugs.python.org/file39161/traceback_limit_doc_rev.diff
___
Python tracker
<http://bugs.python.org/issue22619>
___
___
Changes by Dmitry Kazakov :
Added file: http://bugs.python.org/file39162/traceback_limit_doc_rev2.diff
___
Python tracker
<http://bugs.python.org/issue22619>
___
___
Pytho
Changes by Dmitry Kazakov :
Added file: http://bugs.python.org/file39166/traceback_limit_doc_rev3.diff
___
Python tracker
<http://bugs.python.org/issue22619>
___
___
Pytho
New submission from Dmitry Shachnev:
Fix for issue #23865 (i.e. https://hg.python.org/cpython/rev/f7ddec2e9e93 in
2.7 branch) introduced a change for xml.sax.expatreader.ExpatParser class that
makes its close() method delete _parser object.
This breaks docutils, which handles exceptions in
Dmitry Shachnev added the comment:
This broke docutils, see issue #24125.
--
nosy: +mitya57
___
Python tracker
<http://bugs.python.org/issue23865>
___
___
Pytho
Changes by Dmitry Shachnev :
--
nosy: +larry
versions: +Python 3.4
___
Python tracker
<http://bugs.python.org/issue24125>
___
___
Python-bugs-list mailin
Dmitry Shachnev added the comment:
The patch fixes the issue, thanks Serhiy!
--
___
Python tracker
<http://bugs.python.org/issue24125>
___
___
Python-bugs-list m
New submission from Dmitry Kazakov:
This
if there are any values in iterable that are note bytes-like objects
should be
if there are any values in iterable that are not bytes-like objects
Here's a micropatch...
--
assignee: docs@python
components: Documentation
New submission from Dmitry Kazakov:
One of the integers under "Some examples of integer literals" is repeated twice:
7 21474836470o1770b100110111
3 79228162514264337593543950336 0o3770x1
7922816251426433759
Dmitry Kazakov added the comment:
Please, do tell me if I'm wrong deleting that literal and it actually serves
some purpose...
--
___
Python tracker
<http://bugs.python.org/is
New submission from Dmitry Kazakov:
collections.Counter: Formatted the code in the "See also" section.
collections.deque.remove: "Removed the first occurrence of value." -> "Remove
..."
collections.deque.index (a followup from issue23704):
Changed [,
Changes by Dmitry Kazakov :
--
nosy: +vlth
___
Python tracker
<http://bugs.python.org/issue24275>
___
___
Python-bugs-list mailing list
Unsubscribe:
New submission from Dmitry Shachnev:
The documentation says that getiterator() still accepts a tag argument, but it
does not:
>>> from xml.etree.ElementTree import Element
>>> el = Element('foo')
>>> el.getiterator('bar')
Traceback (most recent
301 - 314 of 314 matches
Mail list logo