[issue16805] when building docs on Debian 7 --> ERROR: Error in "note" directive

2013-10-09 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe : Removed file: http://bugs.python.org/file28482/remove-directives-warnings-3.2.diff ___ Python tracker ___ _

[issue16805] when building docs on Debian 7 --> ERROR: Error in "note" directive

2013-10-09 Thread Tshepang Lekhonkhobe
Tshepang Lekhonkhobe added the comment: BTW, these patches still apply, one to 2.7 and another to 3.3 and 3.4. They are pretty much harmless, so do not be afraid to accept them. -- ___ Python tracker _

[issue19199] Remove PyThreadState.tick_counter field

2013-10-09 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- nosy: +jcea ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python

[issue19201] lzma and 'x' mode open

2013-10-09 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: Looks good. Being strict this would be 3.4 material, but patch is trivial and looks like a oversight. We should check other compression modules like gzip, bzip2, etc. -- nosy: +jcea ___ Python tracker

[issue9548] locale can be imported at startup but relies on too many library modules

2013-10-09 Thread Eric Snow
Changes by Eric Snow : -- nosy: +eric.snow ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.o

[issue19150] IDLE shell fails: "ModifiedInterpreter instance has no attribute 'interp'"

2013-10-09 Thread Martin
Martin added the comment: Thank you very much for your help. Specification of error : In python 2.7.3 for Ubuntu 12.04 32-bit It creates a program with the following line of code : Python is a programming language That lets you work more quickly and integrate your systems more effectively.

[issue19187] Use a set for interned strings

2013-10-09 Thread Raymond Hettinger
Raymond Hettinger added the comment: Based on the discussion so far, I'm going to close this one. I don't think it is an appropriate use of sets (they are about membership testing, not about looking up values). The upside is minimal. The downside is hacking up the set implementation and ma

[issue19188] Add PySet_CheckExact()

2013-10-09 Thread Raymond Hettinger
Changes by Raymond Hettinger : -- resolution: -> rejected status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing

[issue5907] repr of time.struct_time type does not eval

2013-10-09 Thread Raymond Hettinger
Changes by Raymond Hettinger : -- assignee: rhettinger -> ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https

[issue15475] Correct __sizeof__ support for itertools

2013-10-09 Thread Raymond Hettinger
Raymond Hettinger added the comment: Serhiy, you can make the decision on whether this goes into 3.4 or gets closed. I don't think any actual user has ever expressed interest in this functionality and it is hard to meaningfully reason about the real memory cost because we don't have a way to i

[issue19005] PyIter_Next crashes if passed a non-iterator

2013-10-09 Thread Raymond Hettinger
Raymond Hettinger added the comment: This is a documentation bug. As you noted, the input must be an iterator. It is up to the C programmer to assure this precondition is met. -- ___ Python tracker __

[issue19005] PyIter_Next crashes if passed a non-iterator

2013-10-09 Thread Raymond Hettinger
Changes by Raymond Hettinger : -- components: +Documentation -Interpreter Core type: crash -> versions: +Python 2.7, Python 3.4 ___ Python tracker ___ __

[issue19005] PyIter_Next crashes if passed a non-iterator

2013-10-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0820e8394d96 by Raymond Hettinger in branch '2.7': Issue #19005: Fix documentation for PyIter_Next(). http://hg.python.org/cpython/rev/0820e8394d96 -- nosy: +python-dev ___ Python tracker

[issue19005] PyIter_Next crashes if passed a non-iterator

2013-10-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 249ba942a6d4 by Raymond Hettinger in branch '3.3': Issue #19005: Fix documentation for PyIter_Next(). http://hg.python.org/cpython/rev/249ba942a6d4 -- ___ Python tracker

[issue19005] PyIter_Next crashes if passed a non-iterator

2013-10-09 Thread Raymond Hettinger
Changes by Raymond Hettinger : -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue18577] lru_cache enhancement: lru_timestamp helper function

2013-10-09 Thread Raymond Hettinger
Raymond Hettinger added the comment: Please publish this outside the standard library so it can mature and get user feedback. I think it would be premature to add it right now. The subject of cache entry invalidation or expiration is broad. I'm not sure this is the best way to do it.

[issue9548] locale can be imported at startup but relies on too many library modules

2013-10-09 Thread Raymond Hettinger
Raymond Hettinger added the comment: +1 This seems like a reasonable solution. -- ___ Python tracker ___ ___ Python-bugs-list mailing l

<    1   2