[Python-checkins] python/dist/src/Lib codeop.py,1.8,1.9

doerwalter at users.sourceforge.net doerwalter at users.sourceforge.net
Thu Nov 20 08:38:03 EST 2003


Update of /cvsroot/python/python/dist/src/Lib
In directory sc8-pr-cvs1:/tmp/cvs-serv9147/Lib
Modified Files:
	codeop.py 
Log Message:
Fix typo fix.
Index: codeop.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/codeop.py,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** codeop.py	19 Nov 2003 13:35:49 -0000	1.8
--- codeop.py	20 Nov 2003 13:38:01 -0000	1.9
***************
*** 2,11 ****
 
 This module provides two interfaces, broadly similar to the builtin
! function compile(), that takes program text, a filename and a 'mode'
 and:
 
! - Returns code object if the command is complete and valid
! - Returns None if the command is incomplete
! - Raises SyntaxError, ValueError or OverflowError if the command is a
 syntax error (OverflowError and ValueError can be produced by
 malformed literals).
--- 2,11 ----
 
 This module provides two interfaces, broadly similar to the builtin
! function compile(), which take program text, a filename and a 'mode'
 and:
 
! - Return code object if the command is complete and valid
! - Return None if the command is incomplete
! - Raise SyntaxError, ValueError or OverflowError if the command is a
 syntax error (OverflowError and ValueError can be produced by
 malformed literals).


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /