Module naming convention about StringIO

Tim Golden mail at timgolden.me.uk
Thu Oct 15 12:55:02 EDT 2009


Peng Yu wrote:
> It says on http://www.python.org/dev/peps/pep-0008/

... don't get too hung up on things like this. Just
use the modules.

> But StringIO does not following this convention. Although on the same
> page, it also mentions the following. However, since StringIO is in
> the library, shall its name be rectified?

http://docs.python.org/dev/3.0/whatsnew/3.0.html#library-changes

for the general approach and below (search for "StringIO")

TJG



More information about the Python-list mailing list