[Python-Dev] decimal module portability to 2.3?
Anthony Baxter
anthony at interlink.com.au
Fri Aug 20 05:25:27 CEST 2004
More information about the Python-Dev mailing list
Fri Aug 20 05:25:27 CEST 2004
- Previous message: [Python-Dev] decimal module portability to 2.3?
- Next message: [Python-Dev] PEP 318 has ReST errors
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Batista, Facundo wrote: > Could decimal be backported to 2.3 and be included in some 2.3.5? Don't know > if this behaviour is common to Python. Absolutely not. See PEP 0006. There's nothing stopping someone from making a seperate package of the decimal code (complete with setup.py) and distributing it for Python 2.3 users to download and add on. Barry does this with the email package.
- Previous message: [Python-Dev] decimal module portability to 2.3?
- Next message: [Python-Dev] PEP 318 has ReST errors
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list