﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
2099	dateformat test fails on Windows (Python 2.4.2)	a.lebedev@…	Adrian Holovaty	"When trying to run unit test suite against sqlite3 database you get one test failing:

{{{
D:\doc\study\django\alex>d:\django\tests\runtests  --settings=settings
Running tests with database 'sqlite3'

'dateformat' module: Error while importing
==========================================
  File ""d:\django\tests\runtests.py"", line 208, in run_tests
    mod = __import__(""othertests."" + module, '', '', [''])
  File ""d:\django\tests\othertests\dateformat.py"", line 76, in ?
    time.tzset()
AttributeError: 'module' object has no attribute 'tzset'

1 error:
}}}

Always reproduces. Using latest SVN (3091)

Environment:
Pyhton 2.4.2
Windows XP SP2"	defect	closed	Testing framework	dev	normal	fixed	windows timezone		Unreviewed	1	0	0	0	0	0
