[Python-checkins] r43136 - in python/trunk: Doc/lib/email-dir.py Doc/lib/email-mime.py Doc/lib/email-simple.py Doc/lib/email-unpack.py Doc/lib/email.tex Doc/lib/emailcharsets.tex Doc/lib/emailencoders.tex Doc/lib/emailexc.tex Doc/lib/emailgenerator.tex Doc/lib/emailheaders.tex Doc/lib/emailiter.tex Doc/lib/emailmessage.tex Doc/lib/emailmimebase.tex Doc/lib/emailparser.tex Doc/lib/emailutil.tex Doc/lib/mimelib.tex Lib/email/Charset.py Lib/email/Encoders.py Lib/email/Errors.py Lib/email/FeedParser.py Lib/email/Generator.py Lib/email/Header.py Lib/email/Iterators.py Lib/email/MIMEAudio.py Lib/email/MIMEBase.py Lib/email/MIMEImage.py Lib/email/MIMEMessage.py Lib/email/MIMEMultipart.py Lib/email/MIMENonMultipart.py Lib/email/MIMEText.py Lib/email/Message.py Lib/email/Parser.py Lib/email/Utils.py Lib/email/__init__.py Lib/email/_parseaddr.py Lib/email/base64MIME.py Lib/email/base64mime.py Lib/email/charset.py Lib/email/encoders.py Lib/email/errors.py Lib/email/feedparser.py Lib/email/generator.py Lib/email/header.py Lib/email/iterators.py Lib/email/message.py Lib/email/mime Lib/email/parser.py Lib/email/quopriMIME.py Lib/email/quoprimime.py Lib/email/test/data/msg_26.txt Lib/email/test/data/msg_44.txt Lib/email/test/test_email.py Lib/email/test/test_email_codecs.py Lib/email/test/test_email_codecs_renamed.py Lib/email/test/test_email_renamed.py Lib/email/utils.py Lib/test/test_pyclbr.py

Barry Warsaw barry at python.org
Sat Mar 18 16:47:34 CET 2006


On Sat, 2006-03-18 at 16:41 +0100, barry.warsaw wrote:
> Author: barry.warsaw
> Date: Sat Mar 18 16:41:53 2006
> New Revision: 43136

Just a note for those of you on case-insensitive file systems.  You may
have some trouble updating to this revision because svn will complain
about an "object of the same name already exists".  E.g. Header.py is
deleted and header.py was added, but CIFS's won't know that.  Just
delete the old names and let svn up restore the new names.

-Barry


-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 309 bytes
Desc: This is a digitally signed message part
Url : http://mail.python.org/pipermail/python-checkins/attachments/20060318/8684df0e/attachment.pgp 


More information about the Python-checkins mailing list