[issue3017] Verify doc updates for the decimal module

2008-06-21 Thread Facundo Batista
Facundo Batista <[EMAIL PROTECTED]> added the comment: Reviewed and updated it, in the trunk and 3.0. Thank you! -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> ___

[issue3017] Verify doc updates for the decimal module

2008-05-31 Thread Raymond Hettinger
New submission from Raymond Hettinger <[EMAIL PROTECTED]>: Some of the doc updates were inaccurate. For instance, r58154 adds documentation for a trim() method, but there is no such method in decimal.py. -- assignee: facundobatista components: Documentation messages: 67576 nosy: facun