New submission from Alexander Belopolsky <belopol...@users.sourceforge.net>:

With timezone class added to datetime module, C API should be extended to at 
the minimum support efficient creation of timezone instances and access to the 
singleton UTC instance.

I am not sure whether PyDateTime_TimeZone details should be exposed in 
datetime.h because presumably programmers should access it through the abstract 
tzinfo interface.

----------
assignee: belopolsky
components: Extension Modules
messages: 120928
nosy: belopolsky
priority: normal
severity: normal
stage: needs patch
status: open
title: Add timezone support to datetime C API
type: feature request
versions: Python 3.2

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue10381>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to