Guido van Rossum
33a01ef3d7
Delete stage 2 (turn on warnings for long literals). This seems to
...
have caused some concern on c.l.py. These weill be illegal in Python
3.0, but there's no need to warn about them earlier.
2002-11-07 15:41:19 +00:00
Guido van Rossum
315e7ee922
Add a note explaining that changing sign is a special case of losing
...
bits for the << operator.
2002-08-12 00:55:43 +00:00
Guido van Rossum
5962f34a59
Remove author's email addresses.
...
Mention %X (same treatment as %x).
Insert new stage B0, which gives warnings about e.g. 0xffffffff
without semantic changes. Move the proposed deployment of subsequent
stages up by one minor revision.
2002-08-11 04:05:13 +00:00
Andrew M. Kuchling
ece140cba2
Typo fixes
2001-10-30 21:12:14 +00:00
Guido van Rossum
bfeed80cb5
Update posted-date and added implementation information.
2001-08-23 04:34:41 +00:00
Guido van Rossum
3e33bb87d4
Explain the semantics of OverflowWarning, for the benefit of the
...
documenter. Clarify a few other issues (some brought up by Martin von
Loewis in private email).
2001-08-23 03:50:54 +00:00
Barry Warsaw
6c8fa813b9
Fix some minor typos.
2001-08-14 19:30:15 +00:00
Guido van Rossum
872230b693
Add an example.
2001-08-14 18:37:44 +00:00
Guido van Rossum
1a1c52fa59
Update post history.
2001-08-14 18:13:50 +00:00
Guido van Rossum
3206040daf
Completely revamped. Pick implementation plan 2. Propose to do the
...
easy bit in 2.2, the rest (introducing incompatibilities) in following
releases.
2001-08-14 18:12:48 +00:00
Guido van Rossum
bff4d98e03
Lots of updates, more rationale, explicit transition plan.
2001-08-01 16:48:28 +00:00
Guido van Rossum
d975139bb9
Grab co-authorship; added list of things that will/may change; added
...
alternative implementation.
2001-07-29 09:48:51 +00:00
Moshe Zadka
bf80cb4c37
Changes discussed in the mailing list.
2001-03-19 19:36:46 +00:00
Moshe Zadka
33ef1641fc
Documenting the fact that I posted these today
2001-03-16 16:02:24 +00:00
Moshe Zadka
5180c4f5cf
Bug fix in implementation sketch, and some implementation open issues.
2001-03-16 13:02:23 +00:00
Barry Warsaw
467a7e9c13
PEP 237, Unifying Long Integers and Integers, Moshe Zadka
...
[checking in for Moshe, after editorial, spell check, and formatting
passes by Barry]
2001-03-16 04:11:01 +00:00