summaryrefslogtreecommitdiff
path: root/cherrypy/py3util.py
Commit message (Collapse)AuthorAgeFilesLines
* Meh. Not much use for py3util now.Robert Brewer2009-06-151-19/+0
|
* Use builtin sorted, reversed if available.Robert Brewer2009-06-151-7/+13
|
* Removed py3print.Robert Brewer2009-06-141-12/+0
|
* trunk: A bunch more alignments between trunk and python3 syntax.Robert Brewer2009-06-021-0/+8
|
* trunk - more changes to bring the two branches into a more similar state - ↵Lakin Wecker2009-06-011-0/+5
| | | | this time normalizing StringIO imports.
* trunk - adding a py3util module that will normalize as many differences ↵Lakin Wecker2009-06-011-0/+12
between this branch and the python3 branch as it can. First it includes a py3print call who's signature matches that of print in python3. Also removed a few byte strings of the form b''