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 vdupras
Recipients amaury.forgeotdarc, ezio.melotti, giampaolo.rodola, rhettinger, tarek, vdupras
Date 2010-04-19.07:08:50
SpamBayes Score 1.0742917e-05
Marked as misclassified No
Message-id <1271660934.34.0.0472123522237.issue6095@psf.upfronthosting.co.za>
In-reply-to
Content
Here's another one. I hadn't realized that it was useless to target the 2.x codebase. So I re-worked this on py3k. The change is non-trivial, since the non-windows/non-os2 part of the code has significantly changed in 3k. This time, since "oname" is released later and used in error conditions, I thought it was worth it to allocate a new PyBytes for the default value.

I also modified the documentation so that it tells about path's default value.
History
Date User Action Args
2010-04-19 07:08:54vduprassetrecipients: + vdupras, rhettinger, amaury.forgeotdarc, giampaolo.rodola, tarek, ezio.melotti
2010-04-19 07:08:54vduprassetmessageid: <1271660934.34.0.0472123522237.issue6095@psf.upfronthosting.co.za>
2010-04-19 07:08:53vdupraslinkissue6095 messages
2010-04-19 07:08:52vduprascreate