New submission from anatoly techtonik <techto...@gmail.com>:

'naive' and 'aware' are key datetime types - they need a proper definition and 
anchor for crossrefences. If you take a look at 
http://docs.python.org/library/datetime.html - the definition of distinction 
between them is too vague and this seeds of uncertainty grow through the rest 
of the doc. It is not said how to make non-naive object, how to detect if 
object of naive or aware. All this stuff is very important for troubleshooting 
datetims issues in Python projects. It needs a proper documentation.

----------
assignee: d...@python
components: Documentation
messages: 106524
nosy: d...@python, techtonik
priority: normal
severity: normal
status: open
title: datetime naive and aware types should have a well-defined definition 
that can be cross-referenced

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

Reply via email to