This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2011年11月01日 16:56 by flox, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (3) | |||
|---|---|---|---|
| msg146794 - (view) | Author: Florent Xicluna (flox) * (Python committer) | Date: 2011年11月01日 16:56 | |
On builder "x86 FreeBSD 7.2 3.x" : ====================================================================== FAIL: test_tzset (test.test_time.TimeTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/home/db3l/buildarea/3.x.bolen-freebsd7/build/Lib/test/test_time.py", line 246, in test_tzset self.assertTrue(time.tzname[0] == 'AEST', str(time.tzname[0])) AssertionError: False is not true : EST (See also issue #13309 for tzname on Gentoo) |
|||
| msg147264 - (view) | Author: Florent Xicluna (flox) * (Python committer) | Date: 2011年11月07日 23:17 | |
Maybe it is related. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=93810 Ambiguous timezone names (AEST vs EST) |
|||
| msg148261 - (view) | Author: STINNER Victor (vstinner) * (Python committer) | Date: 2011年11月24日 15:17 | |
Duplicate of #11886. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:23 | admin | set | github: 57522 |
| 2011年11月24日 15:17:17 | vstinner | set | status: open -> closed nosy: + vstinner messages: + msg148261 resolution: duplicate |
| 2011年11月07日 23:17:11 | flox | set | messages: + msg147264 |
| 2011年11月01日 16:56:43 | flox | create | |