[Patches] [ python-Patches-755245 ] Modernize Lib/posixpath.py

SourceForge.net noreply@sourceforge.net
Mon, 16 Jun 2003 09:01:27 -0700


Patches item #755245, was opened at 2003-06-16 06:22
Message generated for change (Comment added) made by rhettinger
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=755245&group_id=5470

Category: Library (Lib)
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Walter Dörwald (doerwalter)
>Assigned to: Brett Cannon (bcannon)
Summary: Modernize Lib/posixpath.py

Initial Comment:
This patch modernizes posixpath: It uses startswith(),
endswith(), rstrip() and struct_passwd attributes.

----------------------------------------------------------------------

>Comment By: Raymond Hettinger (rhettinger)
Date: 2003-06-16 11:01

Message:
Logged In: YES 
user_id=80475

Assigning to Brett to give experience doing a detail review on 
this type of change.

* examine every line of the diff and consider whether there is 
any semantic change (exceptions raised, etc).

* apply the diff and run the test suite

* in the interactive mode, call-up each function and make 
sure it behaves as expected (this is necessary because the 
test coverage is very low).

* verify that the whitespace has been cleaned up.

* look for missing changes (such as use of +=)

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=755245&group_id=5470