Changes between Initial Version and Version 1 of Ticket #21628, comment 3


Ignore:
Timestamp:
Dec 18, 2013, 5:43:37 AM (11 years ago)
Author:
merb

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #21628, comment 3

    initial v1  
    66Maybe the "test" itself is somehow not correct anymore.
    77
    8 But I think its due to the fact that we now (since the last commit https://github.com/django/django/compare/fe1389e911b0...4a56a93cc458) use https://pypi.python.org/pypi/importlib a backport of importlib for python 2.7 due to the fact that the next django version won't be compatible to python 2.6. So just remove imp and we are fine.
     8But I think its due to the fact that we now (since the last commit https://github.com/django/django/compare/fe1389e911b0...4a56a93cc458) use https://pypi.python.org/pypi/importlib a backport of importlib for python 2.7 due to the fact that the next django version won't be compatible to python 2.6. So just remove imp and we are fine. (btw. imp.acquire_lock() does nothing when you are working on master)
Back to Top