From: Guido van Rossum Date: Thu, 10 Aug 1995 18:00:03 +0000 (+0000) Subject: added note about obsolescence X-Git-Tag: v1.3b1~75 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f68ec3924e1a0abbda55f59303362eac2212def4;p=thirdparty%2FPython%2Fcpython.git added note about obsolescence --- diff --git a/Lib/Para.py b/Lib/Para.py index 6a7057ddbfd5..c9b3bdd1bd66 100644 --- a/Lib/Para.py +++ b/Lib/Para.py @@ -1,4 +1,5 @@ # Text formatting abstractions +# Note -- this module is obsolete, it's too slow anyway # Oft-used type object diff --git a/Lib/fmt.py b/Lib/fmt.py index c0963069e019..4a655e4c9079 100644 --- a/Lib/fmt.py +++ b/Lib/fmt.py @@ -1,4 +1,5 @@ # Text formatting abstractions +# Note -- this module is obsolete, it's too slow anyway import string diff --git a/Lib/lib-old/Para.py b/Lib/lib-old/Para.py index 6a7057ddbfd5..c9b3bdd1bd66 100644 --- a/Lib/lib-old/Para.py +++ b/Lib/lib-old/Para.py @@ -1,4 +1,5 @@ # Text formatting abstractions +# Note -- this module is obsolete, it's too slow anyway # Oft-used type object diff --git a/Lib/lib-old/fmt.py b/Lib/lib-old/fmt.py index c0963069e019..4a655e4c9079 100644 --- a/Lib/lib-old/fmt.py +++ b/Lib/lib-old/fmt.py @@ -1,4 +1,5 @@ # Text formatting abstractions +# Note -- this module is obsolete, it's too slow anyway import string