[Python-checkins] python/dist/src/Lib platform.py,1.3,1.4
akuchling@users.sourceforge.net
akuchling@users.sourceforge.net
Thu, 24 Apr 2003 09:36:52 -0700
Update of /cvsroot/python/python/dist/src/Lib
In directory sc8-pr-cvs1:/tmp/cvs-serv6049
Modified Files:
platform.py
Log Message:
Fix docstring typo
Index: platform.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/platform.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** platform.py 24 Apr 2003 16:02:42 -0000 1.3
--- platform.py 24 Apr 2003 16:36:49 -0000 1.4
***************
*** 450,454 ****
checks arguments, ranges, etc. (Thomas Heller).
! Note: this functions only works if Mark Hammond's win32
package is installed and obviously only runs on Win32
compatible platforms.
--- 450,454 ----
checks arguments, ranges, etc. (Thomas Heller).
! Note: this function only works if Mark Hammond's win32
package is installed and obviously only runs on Win32
compatible platforms.