[Python-checkins] python/dist/src/Misc HISTORY,1.11.14.1,1.11.14.2
doerwalter at users.sourceforge.net
doerwalter at users.sourceforge.net
Mon Oct 20 10:34:49 EDT 2003
- Previous message: [Python-checkins] python/dist/src/Misc HISTORY,1.11,1.12
- Next message: [Python-checkins] python/dist/src/Modules _ssl.c, 1.13,
1.13.6.1 datetimemodule.c, 1.67, 1.67.8.1 main.c, 1.78,
1.78.8.1 md5c.c, 2.7, 2.7.28.1 posixmodule.c, 2.300.8.2,
2.300.8.3 pypcre.c, 2.25, 2.25.16.1 socketmodule.c, 1.271.6.4,
1.271.6.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1:/tmp/cvs-serv9536/Misc
Modified Files:
Tag: release23-maint
HISTORY
Log Message:
Backport checkin:
Fix a bunch of typos in documentation, docstrings and comments.
(From SF patch #810751)
Index: HISTORY
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/HISTORY,v
retrieving revision 1.11.14.1
retrieving revision 1.11.14.2
diff -C2 -d -r1.11.14.1 -r1.11.14.2
*** HISTORY 4 Aug 2003 22:49:46 -0000 1.11.14.1
--- HISTORY 20 Oct 2003 14:34:46 -0000 1.11.14.2
***************
*** 8483,8487 ****
- The configure script can finally correctly find the readline library in a
! non-standard location. The LDFLAGS variable is passed on the the Makefiles
from the configure script.
--- 8483,8487 ----
- The configure script can finally correctly find the readline library in a
! non-standard location. The LDFLAGS variable is passed on the Makefiles
from the configure script.
***************
*** 10708,10712 ****
/usr/include/sys/socket.h as input.
! cddb: interface to the database used the the CD player
torgb: convert various image file types to rgb format (requires pbmplus)
--- 10708,10712 ----
/usr/include/sys/socket.h as input.
! cddb: interface to the database used by the CD player
torgb: convert various image file types to rgb format (requires pbmplus)
- Previous message: [Python-checkins] python/dist/src/Misc HISTORY,1.11,1.12
- Next message: [Python-checkins] python/dist/src/Modules _ssl.c, 1.13,
1.13.6.1 datetimemodule.c, 1.67, 1.67.8.1 main.c, 1.78,
1.78.8.1 md5c.c, 2.7, 2.7.28.1 posixmodule.c, 2.300.8.2,
2.300.8.3 pypcre.c, 2.25, 2.25.16.1 socketmodule.c, 1.271.6.4,
1.271.6.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Python-checkins
mailing list