[pywin32-bugs] [ pywin32-Bugs-1869457 ] doc error in win32timezone.py
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
|
From: SourceForge.net <no...@so...> - 2008-01-14 07:41:29
|
Bugs item #1869457, was opened at 2008-01-12 04:24 Message generated for change (Comment added) made by mhammond You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1869457&group_id=78018 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: win32 Group: None >Status: Closed >Resolution: Fixed Priority: 1 Private: No Submitted By: Antoine LECA (antoinel) Assigned to: Nobody/Anonymous (nobody) Summary: doc error in win32timezone.py Initial Comment: Small error in the docstring documenting the use of the win32timezone module: given the import just above, it is required to prefix the first constructor wiht the module name. The associated patch fixes it. ---------------------------------------------------------------------- >Comment By: Mark Hammond (mhammond) Date: 2008-01-14 18:41 Message: Logged In: YES user_id=14198 Originator: NO Thanks! Checking in win32timezone.py; /cvsroot/pywin32/pywin32/win32/Lib/win32timezone.py,v <-- win32timezone.py new revision: 1.8; previous revision: 1.7 ---------------------------------------------------------------------- Comment By: Antoine LECA (antoinel) Date: 2008-01-12 04:26 Message: Logged In: YES user_id=66891 Originator: YES Priority lowered to 1 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1869457&group_id=78018 |