R. David Murray added the comment:

No.  As I said, datetime.now() returns a *datetime object*.  Formatting only 
becomes involved when you format an object, and that applies to *any* datetime 
object, and is correctly documented in __str__ + isoformat.

Please do not reopen the issue again unless you get our agreement.

----------
resolution:  -> invalid
status: open -> closed
versions: +Python 2.7, Python 3.3, Python 3.4

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

Reply via email to