[Python-checkins] python/dist/src/Python import.c,2.223,2.224

doerwalter at users.sourceforge.net doerwalter at users.sourceforge.net
Mon Oct 20 10:01:57 EDT 2003


Update of /cvsroot/python/python/dist/src/Python
In directory sc8-pr-cvs1:/tmp/cvs-serv2359/Python

Modified Files:
	import.c 
Log Message:
Fix a bunch of typos in documentation, docstrings and comments.
(From SF patch #810751)


Index: import.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/import.c,v
retrieving revision 2.223
retrieving revision 2.224
diff -C2 -d -r2.223 -r2.224
*** import.c	4 Sep 2003 11:59:50 -0000	2.223
--- import.c	20 Oct 2003 14:01:55 -0000	2.224
***************
*** 554,558 ****
  /* Get the module object corresponding to a module name.
     First check the modules dictionary if there's one there,
!    if not, create a new one and insert in in the modules dictionary.
     Because the former action is most common, THIS DOES NOT RETURN A
     'NEW' REFERENCE! */
--- 554,558 ----
  /* Get the module object corresponding to a module name.
     First check the modules dictionary if there's one there,
!    if not, create a new one and insert it in the modules dictionary.
     Because the former action is most common, THIS DOES NOT RETURN A
     'NEW' REFERENCE! */





More information about the Python-checkins mailing list