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: Performance enhancements.
Type: Stage:
Components: Extension Modules Versions: Python 2.5
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: rhettinger Nosy List: georg.brandl, indy90, nnorwitz, rhettinger
Priority: normal Keywords: patch

Created on 2006-09-09 00:46 by indy90, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
robotparser.py indy90, 2006-09-09 00:46 robotparser.py
robo.diff rhettinger, 2006-09-09 15:48 Diff for Lib/robotparser.py
Messages (4)
msg51101 - (view) Author: Indy (indy90) Date: 2006-09-09 00:46
Implemeted some performance enhancements.
msg51102 - (view) Author: Neal Norwitz (nnorwitz) * (Python committer) Date: 2006-09-09 02:11
Logged In: YES 
user_id=33168

Please create a context or unified diff against svn HEAD. 
Although I doubt robotparser changed between now and then,
it is not easy to apply if there are other changes.  Thanks.
 Also it would be good to describe what the performance
enhancements actually are.
msg51103 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2006-09-09 15:48
Logged In: YES 
user_id=80475

Attached is a cleaned-up version of the patch that focuses 
on using str.join instead of successive string addition.
msg51104 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2007-03-13 09:41
Committed to trunk as rev. 54328.
History
Date User Action Args
2022-04-11 14:56:20adminsetgithub: 43956
2006-09-09 00:46:52indy90create