commit | a50d201bd9178bc37ef791685ad192bdbc8bf23f | [log] [tgz] |
---|---|---|
author | Fredrik Lundh <fredrik@pythonware.com> | Fri May 26 17:04:58 2006 +0000 |
committer | Fredrik Lundh <fredrik@pythonware.com> | Fri May 26 17:04:58 2006 +0000 |
tree | 418b020632234b8e4df4cd54ebfdbaa5dc0b1aa1 | |
parent | 877ab9bc235f3f98b6fa1a68c98e3c8968168ab3 [diff] [blame] |
needforspeed: stringlib refactoring (in progress)
diff --git a/Objects/stringlib/README.txt b/Objects/stringlib/README.txt new file mode 100644 index 0000000..051197c --- /dev/null +++ b/Objects/stringlib/README.txt
@@ -0,0 +1,5 @@ +bits shared by the stringobject and unicodeobject implementations (and +possibly other modules, in a not too distant future). + +the stuff in here is included into relevant places; see the individual +source files for details.