projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26be206
)
There's likely nothing more to do to the email package before Python 2.4 is
author
Barry Warsaw
<barry@python.org>
Mon, 29 Nov 2004 01:10:14 +0000
(
01:10
+0000)
committer
Barry Warsaw
<barry@python.org>
Mon, 29 Nov 2004 01:10:14 +0000
(
01:10
+0000)
final, so I'm marking email's version number as "3.0" (e.g. final).
Lib/email/__init__.py
patch
|
blob
|
history
diff --git
a/Lib/email/__init__.py
b/Lib/email/__init__.py
index 11a44921ae75de36ac06aebea03bd456f98336ec..6a3f3ac9538480d26984f4f6317cf2082081e7a2 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__ = '3.0
b1
'
+__version__ = '3.0'
__all__ = [
'base64MIME',