[Python-checkins] python/dist/src/Include abstract.h,2.48,2.48.8.1
doerwalter at users.sourceforge.net
doerwalter at users.sourceforge.net
Mon Oct 20 10:35:17 EDT 2003
- Previous message: [Python-checkins]
python/dist/src/Doc/whatsnew whatsnew20.tex, 1.48, 1.48.8.1
- Next message: [Python-checkins] python/dist/src/Lib ConfigParser.py, 1.58.8.1,
1.58.8.2 Cookie.py, 1.16, 1.16.14.1 asyncore.py, 1.40,
1.40.12.1 heapq.py, 1.17, 1.17.16.1 ihooks.py, 1.16,
1.16.10.1 mimetypes.py, 1.28, 1.28.8.1 ntpath.py, 1.57,
1.57.10.1 os2emxpath.py, 1.10, 1.10.12.1 pre.py, 1.14,
1.14.10.1 profile.doc, 1.2, 1.2.46.1 rlcompleter.py, 1.13,
1.13.16.1 site.py, 1.53, 1.53.6.1 urllib2.py, 1.53,
1.53.6.1 whichdb.py, 1.17, 1.17.6.1 xmlrpclib.py, 1.29, 1.29.6.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/python/python/dist/src/Include
In directory sc8-pr-cvs1:/tmp/cvs-serv9536/Include
Modified Files:
Tag: release23-maint
abstract.h
Log Message:
Backport checkin:
Fix a bunch of typos in documentation, docstrings and comments.
(From SF patch #810751)
Index: abstract.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/abstract.h,v
retrieving revision 2.48
retrieving revision 2.48.8.1
diff -C2 -d -r2.48 -r2.48.8.1
*** abstract.h 12 May 2003 21:41:39 -0000 2.48
--- abstract.h 20 Oct 2003 14:34:45 -0000 2.48.8.1
***************
*** 873,877 ****
/*
! Returns the result of bitwise or or o1 and o2, possibly in-place,
or null on failure. This is the equivalent of the Python
expression: o1 |= o2.
--- 873,877 ----
/*
! Returns the result of bitwise or of o1 and o2, possibly in-place,
or null on failure. This is the equivalent of the Python
expression: o1 |= o2.
- Previous message: [Python-checkins]
python/dist/src/Doc/whatsnew whatsnew20.tex, 1.48, 1.48.8.1
- Next message: [Python-checkins] python/dist/src/Lib ConfigParser.py, 1.58.8.1,
1.58.8.2 Cookie.py, 1.16, 1.16.14.1 asyncore.py, 1.40,
1.40.12.1 heapq.py, 1.17, 1.17.16.1 ihooks.py, 1.16,
1.16.10.1 mimetypes.py, 1.28, 1.28.8.1 ntpath.py, 1.57,
1.57.10.1 os2emxpath.py, 1.10, 1.10.12.1 pre.py, 1.14,
1.14.10.1 profile.doc, 1.2, 1.2.46.1 rlcompleter.py, 1.13,
1.13.16.1 site.py, 1.53, 1.53.6.1 urllib2.py, 1.53,
1.53.6.1 whichdb.py, 1.17, 1.17.6.1 xmlrpclib.py, 1.29, 1.29.6.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Python-checkins
mailing list