[issue25189] An issue about os.access

2015-09-19 Thread yangyanbo
Changes by yangyanbo : -- title: An issue about os.acess -> An issue about os.access ___ Python tracker ___ ___ Python-bugs-list maili

[issue25189] An issue about os.access

2015-09-19 Thread yangyanbo
yangyanbo added the comment: I wrote error ,it should be os.access, and the issue is really exist -- Added file: http://bugs.python.org/file40525/1.png ___ Python tracker ___ ___

[issue25146] IDLE debugger could better visualize program execution

2015-09-19 Thread Terry J. Reedy
Terry J. Reedy added the comment: I had a wild idea, possible a result of too much ignorance. Run the main debugger in the user process, with a separate root and event loop. Add to the communication protocol options to send a list of breakpoints and modules to be traced into and to send (mod

[issue25189] An issue about os.access

2015-09-19 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: This looks as a duplicate of issue2528. -- nosy: +serhiy.storchaka resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> Change os.access to check ACLs under Windows ___ Python tracker

[issue25190] Define StringIO seek offset as code point offset

2015-09-19 Thread Martin Panter
New submission from Martin Panter: This follows from Issue 12922. When no newline translation is being done, it would be useful to define the seek() offset as the code point offset into the underlying string, allowing stuff like: s = StringIO() print("line", file=s) # Some inflexible API with

[issue12922] StringIO and seek()

2015-09-19 Thread Martin Panter
Martin Panter added the comment: Opened Issue 25190 about the enhancing StringIO side of this. -- ___ Python tracker ___ ___ Python-bu

[issue24199] Idle: remove idlelib.idlever.py and its use in About dialog

2015-09-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset 3c39413d277f by Terry Jan Reedy in branch '2.7': Issue #24199: Add stacklevel to deprecation warning call. https://hg.python.org/cpython/rev/3c39413d277f New changeset 048fce602bcd by Terry Jan Reedy in branch '3.4': Issue #24199: Add stacklevel to

[issue24199] Idle: remove idlelib.idlever.py and its use in About dialog

2015-09-19 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- resolution: -> fixed stage: needs patch -> resolved status: open -> closed ___ Python tracker ___ ___

[issue25190] Define StringIO seek offset as code point offset

2015-09-19 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: I suspect it would be not easy to do for Python implementation. -- nosy: +benjamin.peterson, pitrou, serhiy.storchaka, stutzbach ___ Python tracker __

<    1   2