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 JDay
Recipients JDay, amaury.forgeotdarc
Date 2008-10-08.01:21:30
SpamBayes Score 1.1760883e-05
Marked as misclassified No
Message-id <494F0521440A5B4CBFE04D8A570B9F2309A6B46C3F@bt-exchange.BlueTech.local>
In-reply-to <1223426576.52.0.789095238318.issue4071@psf.upfronthosting.co.za>
Content
Running help() or mktemp() causes _getfullpathname to be called with the whole system path (791 characters). If you pass that to _getfullpathname as str it throws the aforementioned TypeError. If it's passed as unicode, it returns an empty string.
The offending _getfullpathname call occurs on the first call to one of these methods. Future calls to either do not call it (unless, of course, the first failed).
History
Date User Action Args
2008-10-08 01:21:31JDaysetrecipients: + JDay, amaury.forgeotdarc
2008-10-08 01:21:30JDaylinkissue4071 messages
2008-10-08 01:21:30JDaycreate