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 elesbom
Recipients BreamoreBoy, brett.cannon, dstanek, elesbom, eric.araujo, jesstess, pitrou, r.david.murray, roysmith, thomas.holmes
Date 2010-11-20.19:36:07
SpamBayes Score 2.5726388e-07
Marked as misclassified No
Message-id <1290281770.81.0.265889736453.issue7325@psf.upfronthosting.co.za>
In-reply-to
Content
Hi people,
I insert a simple code in tempfile.py, that verify if the return starts with ./, and concatenate using the abspath function.
I changed the variable name file to temp_dir_abspath, because file is a built-in function and it's not recommended, overwrite it with local variables.
And at least i add one test, that verify if temp_directory returns an absolut path.

thanks.
History
Date User Action Args
2010-11-20 19:36:10elesbomsetrecipients: + elesbom, brett.cannon, roysmith, pitrou, dstanek, eric.araujo, r.david.murray, jesstess, thomas.holmes, BreamoreBoy
2010-11-20 19:36:10elesbomsetmessageid: <1290281770.81.0.265889736453.issue7325@psf.upfronthosting.co.za>
2010-11-20 19:36:08elesbomlinkissue7325 messages
2010-11-20 19:36:08elesbomcreate