[issue14394] Add speed improvement note to the decimal docs.

2012-10-21 Thread Stefan Krah
Stefan Krah added the comment: Closing as out-of-date. -- resolution: -> out of date stage: -> committed/rejected status: open -> closed ___ Python tracker ___

[issue14394] Add speed improvement note to the decimal docs.

2012-04-01 Thread Raymond Hettinger
Raymond Hettinger added the comment: The correct place for the note is in the "optimizations" section of whatsnew. -- nosy: +rhettinger ___ Python tracker ___ __

[issue14394] Add speed improvement note to the decimal docs.

2012-04-01 Thread Stefan Krah
Stefan Krah added the comment: Leaving this open since a "New in version 3.3" speed improvement note in the docs would be useful. -- title: missing links on performance claims of cdecimal -> Add speed improvement note to the decimal docs. ___ Python