]> granicus.if.org Git - python/commit
Added: mems.lib.text_file: provides TextFile class for parsing text
authorGreg Ward <gward@python.net>
Wed, 13 Jan 1999 16:12:04 +0000 (16:12 +0000)
committerGreg Ward <gward@python.net>
Wed, 13 Jan 1999 16:12:04 +0000 (16:12 +0000)
commitd1dc47558cebcf96ff5ead93df8b46b76e76a004
tree44863643455d931f919275f1d9153bfe4b89f93c
parent894ee6f668df03c1223b78c545a196fd6e308c77
Added: mems.lib.text_file: provides TextFile class for parsing text
files with (optional) comment stripping, blank line skipping, whitespace
removal, and line joining with trailing backslashes.
Lib/distutils/text_file.py [new file with mode: 0644]