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 eric.araujo
Recipients eric.araujo, neologix, pitrou, rosslagerwall, vstinner
Date 2011-08-21.13:53:39
SpamBayes Score 6.810065e-05
Marked as misclassified No
Message-id <1313934819.71.0.749858320243.issue12801@psf.upfronthosting.co.za>
In-reply-to
Content
+   Return a string representing the canonicalized pathname of *path*.

This sounds a bit strange to me; “Return a string representing the canonical version of *path*”.

Would it be a good idea to use the full docstring of posixpath.realpath to os.realpath and then just do “realpath = os.realpath” in posixpath?
History
Date User Action Args
2011-08-21 13:53:39eric.araujosetrecipients: + eric.araujo, pitrou, vstinner, neologix, rosslagerwall
2011-08-21 13:53:39eric.araujosetmessageid: <1313934819.71.0.749858320243.issue12801@psf.upfronthosting.co.za>
2011-08-21 13:53:39eric.araujolinkissue12801 messages
2011-08-21 13:53:39eric.araujocreate