Re: [Python-checkins] CVS: python/dist/src/Lib urlparse.py,1.22,1.23

On Mon, 10 Apr 2000, Guido van Rossum wrote:
Update of /projects/cvsroot/python/dist/src/Lib In directory eric:/projects/python/develop/guido/src/Lib
Modified Files: urlparse.py Log Message: Some cleanup -- don't use splitfields/joinfields, standardize indentation (tabs only), rationalize some code in urljoin...
Why not use string methods? (the patch still imports from string) Cheers, -g -- Greg Stein, http://www.lyra.org/

Why not use string methods? (the patch still imports from string)
I had the patch sitting in my directory for who knows how long -- I just wanted to flush it to the CVS repository. I didn't really want to thing about all the great changes I *could* make to the code... --Guido van Rossum (home page: http://www.python.org/~guido/)
participants (2)
-
Greg Stein
-
Guido van Rossum