This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Fix decimal context management for 2.5
Type: Stage:
Components: Library (Lib) Versions: Python 2.5
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: nnorwitz Nosy List: ncoghlan, nnorwitz
Priority: critical Keywords: patch

Created on 2006-09-02 04:39 by ncoghlan, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
decimal-context-management.diff ncoghlan, 2006-09-02 04:39 Python 2.5 patch for decimal context management
Messages (2)
msg51061 - (view) Author: Nick Coghlan (ncoghlan) * (Python committer) Date: 2006-09-02 04:39
Backport of the decimal module context management fixes
already implemented on the trunk after discussion with
Raymond. Also includes an appropriate update to the
Python 2.5 What's New.

Without this patch, the code, docstrings, standard
library reference and What's New all say different
things about the updated decimal context management API.
msg51062 - (view) Author: Nick Coghlan (ncoghlan) * (Python committer) Date: 2006-09-03 01:09
Logged In: YES 
user_id=1038590

A variant of this has been committed as rev 51695 (rev 51694
was the last related update on the trunk).
History
Date User Action Args
2022-04-11 14:56:19adminsetgithub: 43928
2006-09-02 04:39:14ncoghlancreate