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 mishok13
Recipients benjamin.peterson, loewis, mishok13
Date 2008-12-14.20:47:24
SpamBayes Score 2.3443044e-06
Marked as misclassified No
Message-id <1229287646.42.0.17020914495.issue4662@psf.upfronthosting.co.za>
In-reply-to
Content
I've missed one simple thing -- posix.getcwdu has been renamed to
posix.getcwd in 3.0, so adding Py3k deprecation warning to this function
is not really needed. Instead a fix for this should be added to the list
of 2to3 fixes.
I've also fixed the warnings according to Martin's proposal and updated
the patch.
History
Date User Action Args
2008-12-14 20:47:26mishok13setrecipients: + mishok13, loewis, benjamin.peterson
2008-12-14 20:47:26mishok13setmessageid: <1229287646.42.0.17020914495.issue4662@psf.upfronthosting.co.za>
2008-12-14 20:47:25mishok13linkissue4662 messages
2008-12-14 20:47:25mishok13create