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 rosslagerwall
Recipients neologix, pitrou, rosslagerwall, vstinner
Date 2011-08-21.05:04:03
SpamBayes Score 0.00024990953
Marked as misclassified No
Message-id <1313903045.44.0.537831836344.issue12801@psf.upfronthosting.co.za>
In-reply-to
Content
An initial patch.

The first problem is that before, os.path.realpath('') == os.path.realpath('.')
but this is not true for realpath(3).

Thus, the test suite does not run because it relies on this behaviour.
History
Date User Action Args
2011-08-21 05:04:05rosslagerwallsetrecipients: + rosslagerwall, pitrou, vstinner, neologix
2011-08-21 05:04:05rosslagerwallsetmessageid: <1313903045.44.0.537831836344.issue12801@psf.upfronthosting.co.za>
2011-08-21 05:04:04rosslagerwalllinkissue12801 messages
2011-08-21 05:04:04rosslagerwallcreate