#27025: Python 3.6 compatibility
------------------------------+------------------------------------
     Reporter:  timgraham     |                    Owner:  nobody
         Type:  New feature   |                   Status:  new
    Component:  Core (Other)  |                  Version:  master
     Severity:  Normal        |               Resolution:
     Keywords:                |             Triage Stage:  Accepted
    Has patch:  0             |      Needs documentation:  0
  Needs tests:  0             |  Patch needs improvement:  0
Easy pickings:  0             |                    UI/UX:  0
------------------------------+------------------------------------

Comment (by timgraham):

 A couple failures bisected to
 
[https://github.com/python/cpython/commit/56376cacd2a0f6af834fe4d2a20b1a1095afb26f
 the implementation] of [https://www.python.org/dev/peps/pep-0495/ PEP 495]
 -- Local Time Disambiguation.
 {{{
 ======================================================================
 FAIL: test_localtime_naive (utils_tests.test_timezone.TimezoneTests)
 ----------------------------------------------------------------------
 Traceback (most recent call last):
   File "/home/tim/code/django/tests/utils_tests/test_timezone.py", line
 32, in test_localtime_naive
     timezone.localtime(datetime.datetime.now())
 AssertionError: ValueError not raised

 ======================================================================
 FAIL: test_make_naive (utils_tests.test_timezone.TimezoneTests)
 ----------------------------------------------------------------------
 Traceback (most recent call last):
   File "/home/tim/code/django/tests/utils_tests/test_timezone.py", line
 140, in test_make_naive
     timezone.make_naive(datetime.datetime(2011, 9, 1, 13, 20, 30), EAT)
 AssertionError: ValueError not raised
 }}}

--
Ticket URL: <https://code.djangoproject.com/ticket/27025#comment:1>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/067.a28d3e277bc64ad2bdf0984c0cfb90ef%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to