]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Convert some usages of types.StringType to just str (since types.StringType has gone...
authorCollin Winter <collinw@gmail.com>
Wed, 8 Aug 2007 03:59:26 +0000 (03:59 +0000)
committerCollin Winter <collinw@gmail.com>
Wed, 8 Aug 2007 03:59:26 +0000 (03:59 +0000)
commitec8e7168c4ccf729f0042ed100948233241b1511
tree8fb9f8e7e60e24b581fced218909079c8e9f048f
parent3045c7c0603666e56d4089d3ef9407ed27b9c94d
Convert some usages of types.StringType to just str (since types.StringType has gone away).
Lib/wsgiref/handlers.py