[Python-checkins] python/dist/src/Python import.c,2.222,2.222.6.1

doerwalter at users.sourceforge.net doerwalter at users.sourceforge.net
Mon Oct 20 10:34:50 EDT 2003


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

Modified Files:
      Tag: release23-maint
	import.c 
Log Message:
Backport checkin:
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.222
retrieving revision 2.222.6.1
diff -C2 -d -r2.222 -r2.222.6.1
*** import.c	11 Jul 2003 15:01:02 -0000	2.222
--- import.c	20 Oct 2003 14:34:48 -0000	2.222.6.1
***************
*** 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