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 amaury.forgeotdarc
Recipients JDay, amaury.forgeotdarc, ocean-city
Date 2008-10-08.08:03:40
SpamBayes Score 0.0024899552
Marked as misclassified No
Message-id <1223453023.36.0.211251981024.issue4071@psf.upfronthosting.co.za>
In-reply-to
Content
> Running help() or mktemp() causes _getfullpathname to be called 
> with the whole system path (791 characters)

I am not sure to understand. Do you mean the whole PATH environment
variable? I doubt that it is passed to _getfullpathname. 
Or do you have very long paths for one directory? the TEMP environment
variable, for example? I'd be curious to see its value.
History
Date User Action Args
2008-10-08 08:03:43amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, ocean-city, JDay
2008-10-08 08:03:43amaury.forgeotdarcsetmessageid: <1223453023.36.0.211251981024.issue4071@psf.upfronthosting.co.za>
2008-10-08 08:03:41amaury.forgeotdarclinkissue4071 messages
2008-10-08 08:03:40amaury.forgeotdarccreate