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: modulefinder and string methods
Type: Stage:
Components: Demos and Tools Versions:
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: theller Nosy List: gvanrossum, nnorwitz, theller
Priority: normal Keywords: patch

Created on 2002-06-05 12:51 by theller, last changed 2022-04-10 16:05 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
modulefinder.diff theller, 2002-06-05 12:51 Patch for modulefinder.py
Messages (4)
msg40219 - (view) Author: Thomas Heller (theller) * (Python committer) Date: 2002-06-05 12:51
modulefinder uses a string-method in one place, while it 
uses the string module in all other places.
I don't know if it still has to be compatible with 1.5.2, but 
it seems this patch makes it backwards compatible 
again.

I'd like to check this in.
msg40220 - (view) Author: Neal Norwitz (nnorwitz) * (Python committer) Date: 2002-06-05 13:23
Logged In: YES 
user_id=33168

Looks good to me.
msg40221 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2002-06-10 20:01
Logged In: YES 
user_id=6380

So apply it already! :-)
msg40222 - (view) Author: Thomas Heller (theller) * (Python committer) Date: 2002-06-10 20:07
Logged In: YES 
user_id=11105

Done. modulefinder.py rev 1.19
History
Date User Action Args
2022-04-10 16:05:23adminsetgithub: 36697
2002-06-05 12:51:27thellercreate