This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients boya, giampaolo.rodola, loewis, pitrou, python-dev, santoso.wijaya, serhiy.storchaka, terry.reedy, vstinner, worr, zach.ware
Date 2015-04-24.22:23:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20150424222354.27906.23701@psf.io>
In-reply-to
Content
New changeset abf1f3ae4fa8 by Victor Stinner in branch '3.4':
Issue #9246: On POSIX, os.getcwd() now supports paths longer than 1025 bytes
https://hg.python.org/cpython/rev/abf1f3ae4fa8

New changeset b871ace5c58f by Victor Stinner in branch 'default':
(Merge 3.4) Issue #9246: On POSIX, os.getcwd() now supports paths longer than
https://hg.python.org/cpython/rev/b871ace5c58f
History
Date User Action Args
2015-04-24 22:23:57python-devsetrecipients: + python-dev, loewis, terry.reedy, pitrou, vstinner, giampaolo.rodola, boya, santoso.wijaya, zach.ware, serhiy.storchaka, worr
2015-04-24 22:23:57python-devlinkissue9246 messages
2015-04-24 22:23:57python-devcreate