]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Changes to allow passing an open file to the constructor (to support
authorGreg Ward <gward@python.net>
Tue, 23 Mar 1999 14:00:06 +0000 (14:00 +0000)
committerGreg Ward <gward@python.net>
Tue, 23 Mar 1999 14:00:06 +0000 (14:00 +0000)
commit782cdfe9f32fa69e0b797be3156a3599efd392cd
tree579a4937b1f7f2c70fe6f2bf535b4dd7b2b2296d
parentd709b487065a3bf341622d502135e55fe522ca87
Changes to allow passing an open file to the constructor (to support
ProcessHierarchy's changes to support reading from a remote URL in
ProcessDatabase).
Lib/distutils/text_file.py