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: Remove int FutureWarnings (hex/oct)
Type: Stage:
Components: Interpreter Core Versions: Python 2.4
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: gvanrossum, krftkndl
Priority: normal Keywords: patch

Created on 2003-11-25 20:20 by krftkndl, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
pep237.patch krftkndl, 2003-11-25 20:20 Patch to remove FutureWarnings
pep237_doc.patch krftkndl, 2003-11-25 21:05 Matching modification to reference manual
Messages (2)
msg44933 - (view) Author: Kalle Svensson (krftkndl) Date: 2003-11-25 20:20
This patch implements the hex/oct constant and shifting
stuff from PEP 237, and removes the FutureWarnings
about it.
msg44934 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2003-11-29 23:53
Logged In: YES 
user_id=6380

Thanks! That was perfect. I've only changed a few details in
test_compile, where test_unary_minus() seemed a little
strange after the changes.
History
Date User Action Args
2022-04-11 14:56:01adminsetgithub: 39604
2003-11-25 20:20:40krftkndlcreate