diff options
author | Georg Brandl <georg@python.org> | 2009-06-24 06:42:05 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-06-24 06:42:05 (GMT) |
commit | eeb575f3290802bb542ad5f7442822586c8c08cf (patch) | |
tree | 6ccf7571be9a190435ab7ff69c5556c75b3e5407 /Misc/Porting | |
parent | bbcd1eb64c3a6575b6e0a74d8e4979aa96177e90 (diff) | |
download | cpython-eeb575f3290802bb542ad5f7442822586c8c08cf.zip cpython-eeb575f3290802bb542ad5f7442822586c8c08cf.tar.gz cpython-eeb575f3290802bb542ad5f7442822586c8c08cf.tar.bz2 |
Merged revisions 73544 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r73544 | georg.brandl | 2009-06-24 06:41:19 +0000 (Mi, 24 Jun 2009) | 1 line
#6332: fix word dupes throughout the source.
........
Diffstat (limited to 'Misc/Porting')
-rw-r--r-- | Misc/Porting | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/Porting b/Misc/Porting index 60ce9a8..1b94f14 100644 --- a/Misc/Porting +++ b/Misc/Porting @@ -37,6 +37,6 @@ options. Then bang on it until it executes very simple Python statements. Now bang on it some more. At some point you'll want to use the os -module; this is the time to start thinking about what to to with the +module; this is the time to start thinking about what to do with the posix module. It's okay to simply #ifdef out those functions that cause problems; the remaining ones will be quite useful. |