]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
New asynchat.py from Sam Rushing: this foregoes using the regex module
authorAndrew M. Kuchling <amk@amk.ca>
Wed, 24 Jan 2001 21:10:55 +0000 (21:10 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Wed, 24 Jan 2001 21:10:55 +0000 (21:10 +0000)
commitd305f515f9c4e3cedb3e47ec2711f1dd2a99ceb5
treeb749fce8e621c06d8d2383aa7a99f3edaa218803
parent9368a12011af0dce5c3ade847041f837279f9397
New asynchat.py from Sam Rushing:  this foregoes using the regex module
   to find the prefix of strings, thus removing a warning, and simply
   uses straightforward string slicing.
Lib/asynchat.py