projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b177f1
)
Actually, make this 2.5a1 since it will include API changes that may
author
Barry Warsaw
<barry@python.org>
Mon, 30 Dec 2002 19:08:38 +0000
(19:08 +0000)
committer
Barry Warsaw
<barry@python.org>
Mon, 30 Dec 2002 19:08:38 +0000
(19:08 +0000)
need more vetting, and it will be included in Python 2.3a1.
Lib/email/__init__.py
patch
|
blob
|
history
diff --git
a/Lib/email/__init__.py
b/Lib/email/__init__.py
index 71b5b5d08b58158ff2f00a2bcee9d00c04e326f6..3ccbc66271e425ac7ba3b6d386b81231caa646ba 100644
(file)
--- a/
Lib/email/__init__.py
+++ b/
Lib/email/__init__.py
@@
-4,7
+4,7
@@
"""A package for parsing, handling, and generating email messages.
"""
-__version__ = '2.5'
+__version__ = '2.5
a1
'
__all__ = [
'base64MIME',