[Python-checkins] python/dist/src/Lib/email quopriMIME.py,1.5,1.6 (original) (raw)
bwarsaw at users.sourceforge.net bwarsaw at users.sourceforge.net
Sat May 8 23:55:14 EDT 2004
- Previous message: [Python-checkins] python/dist/src/Lib/email base64MIME.py,1.6,1.7
- Next message: [Python-checkins] python/dist/src/Lib/email _compat21.py, 1.8, NONE _compat22.py, 1.7, NONE
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Update of /cvsroot/python/python/dist/src/Lib/email In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15431
Modified Files: quopriMIME.py Log Message: Update to Python 2.3, getting rid of backward compatiblity crud.
Index: quopriMIME.py
RCS file: /cvsroot/python/python/dist/src/Lib/email/quopriMIME.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** quopriMIME.py 6 Mar 2003 05:14:20 -0000 1.5
--- quopriMIME.py 9 May 2004 03:55:11 -0000 1.6
***************
*** 1,3 ****
! # Copyright (C) 2001,2002 Python Software Foundation
# Author: che at debian.org (Ben Gertzfield)
--- 1,3 ----
! # Copyright (C) 2001-2004 Python Software Foundation
# Author: che at debian.org (Ben Gertzfield)
***************
*** 39,48 ****
bqre = re.compile(r'[^ !-<>-~\t]')
- try:
- True, False
- except NameError:
- True = 1
- False = 0
--- 39,42 ----
- Previous message: [Python-checkins] python/dist/src/Lib/email base64MIME.py,1.6,1.7
- Next message: [Python-checkins] python/dist/src/Lib/email _compat21.py, 1.8, NONE _compat22.py, 1.7, NONE
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]