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 o11c
Recipients BreamoreBoy, ezio.melotti, markon, o11c, swarecki
Date 2012-06-26.21:23:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340745817.06.0.435053919793.issue6975@psf.upfronthosting.co.za>
In-reply-to
Content
After filing a duplicate, issue 15196, I analyzed this:

What happens:
test/one/that_dir
test/one/../two/this_dir/this_dir/this_dir/this_dir
test/two/this_dir/this_dir/this_dir/this_dir
test/two/this_dir/this_dir/this_dir/../two
test/two/this_dir/this_dir/two

What should happen:
test/one/that_dir
test/two/this_dir/this_dir/this_dir/this_dir
test/two/../two/this_dir/this_dir/this_dir
test/two/this_dir/this_dir/this_dir
test/two/../two/this_dir/this_dir
test/two/this_dir/this_dir
test/two/../two/this_dir
test/two/this_dir
test/two/../two
test/two
History
Date User Action Args
2012-06-26 21:23:37o11csetrecipients: + o11c, swarecki, ezio.melotti, markon, BreamoreBoy
2012-06-26 21:23:37o11csetmessageid: <1340745817.06.0.435053919793.issue6975@psf.upfronthosting.co.za>
2012-06-26 21:23:36o11clinkissue6975 messages
2012-06-26 21:23:36o11ccreate