diff options
author | Guido van Rossum <guido@python.org> | 1995-08-10 18:00:03 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1995-08-10 18:00:03 (GMT) |
commit | f68ec3924e1a0abbda55f59303362eac2212def4 (patch) | |
tree | 87252930f35d7f8b228468c5f4b30edd4c7a52e8 /Lib/fmt.py | |
parent | 0dbd1fd46ecd73ee68d52b62381c6e37e48d3b20 (diff) | |
download | cpython-f68ec3924e1a0abbda55f59303362eac2212def4.zip cpython-f68ec3924e1a0abbda55f59303362eac2212def4.tar.gz cpython-f68ec3924e1a0abbda55f59303362eac2212def4.tar.bz2 |
added note about obsolescence
Diffstat (limited to 'Lib/fmt.py')
-rw-r--r-- | Lib/fmt.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,4 +1,5 @@ # Text formatting abstractions +# Note -- this module is obsolete, it's too slow anyway import string |