• Barry Warsaw's avatar
    Get rid of relative imports in all unittests. Now anything that · 04f357cf
    Barry Warsaw yazdı
    imports e.g. test_support must do so using an absolute package name
    such as "import test.test_support" or "from test import test_support".
    
    This also updates the README in Lib/test, and gets rid of the
    duplicate data dirctory in Lib/test/data (replaced by
    Lib/email/test/data).
    
    Now Tim and Jack can have at it. :)
    04f357cf
Adı
Son kayıt (commit)
Son güncelleme
..
test Loading commit data...
Charset.py Loading commit data...
Encoders.py Loading commit data...
Errors.py Loading commit data...
Generator.py Loading commit data...
Header.py Loading commit data...
Iterators.py Loading commit data...
MIMEAudio.py Loading commit data...
MIMEBase.py Loading commit data...
MIMEImage.py Loading commit data...
MIMEMessage.py Loading commit data...
MIMEMultipart.py Loading commit data...
MIMENonMultipart.py Loading commit data...
MIMEText.py Loading commit data...
Message.py Loading commit data...
Parser.py Loading commit data...
Utils.py Loading commit data...
__init__.py Loading commit data...
_compat21.py Loading commit data...
_compat22.py Loading commit data...
base64MIME.py Loading commit data...
quopriMIME.py Loading commit data...