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.

classification
Title: Fix for bug 980327
Type: Stage:
Components: Library (Lib) Versions: Python 2.4
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: brett.cannon, paul.moore
Priority: normal Keywords: patch

Created on 2004-07-10 19:39 by paul.moore, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
ntpath.patch paul.moore, 2004-07-10 19:39 Patch for ntpath
test_ntpath.patch paul.moore, 2004-07-10 19:55 Patch for the test suite
Messages (3)
msg46338 - (view) Author: Paul Moore (paul.moore) * (Python committer) Date: 2004-07-10 19:39
Bug 980327 reports a problem in ntpath.py, normpath.
This patch fixes it, as far as I can tell.
msg46339 - (view) Author: Paul Moore (paul.moore) * (Python committer) Date: 2004-07-10 19:55
Logged In: YES 
user_id=113328

Just added a patch for the test suite. Note that the current
suite had 3 tests which explicitly validated that the old
behaviour was correct - but stated that this was "dubious".
I've changed these old tests to match the new behaviour as
well as adding 2 new tests specifically for this behaviour.
msg46340 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2004-07-10 20:50
Logged In: YES 
user_id=357491

For Python 2.4.a2 rev. 1.60 and rev. 1.19 patch Lib/ntpath.py and Lib/
test/test_ntpath.py .  For Python 2.3.5, rev. 1.57.10.2 and rev. 1.18.16.1 
do the trick.  Thanks, Paul.
History
Date User Action Args
2022-04-11 14:56:05adminsetgithub: 40535
2004-07-10 19:39:39paul.moorecreate