[Python-3000-checkins] r64956 - python/branches/py3k/Python/sysmodule.c

benjamin.peterson python-3000-checkins at python.org
Tue Jul 15 02:28:37 CEST 2008


Author: benjamin.peterson
Date: Tue Jul 15 02:28:36 2008
New Revision: 64956

Log:
correct docstring

Modified:
   python/branches/py3k/Python/sysmodule.c

Modified: python/branches/py3k/Python/sysmodule.c
==============================================================================
--- python/branches/py3k/Python/sysmodule.c	(original)
+++ python/branches/py3k/Python/sysmodule.c	Tue Jul 15 02:28:36 2008
@@ -990,7 +990,7 @@
   To customize printing in an interactive session or to install a custom\n\
   top-level exception handler, assign other functions to replace these.\n\
 \n\
-stdin -- standard input file object; used by raw_input() and input()\n\
+stdin -- standard input file object; used by input()\n\
 stdout -- standard output file object; used by print()\n\
 stderr -- standard error object; used for error messages\n\
   By assigning other file objects (or objects that behave like files)\n\


More information about the Python-3000-checkins mailing list