Guido van Rossum
3c3f1b7547
None, True, False are keywords now.
2007-05-30 03:40:29 +00:00
Neal Norwitz
cc1a2f946a
Remove sys.exc_clear()
2007-05-29 08:18:41 +00:00
Neal Norwitz
1f6b1f9bbf
sys exc attrs removed
2007-05-29 07:59:42 +00:00
Neal Norwitz
408d2ae4c8
Remove callable
2007-05-21 06:59:52 +00:00
Neal Norwitz
26e6b57bd0
coerce and xrange have been done
2007-05-20 07:45:53 +00:00
Guido van Rossum
e629017f4e
Clarify that filter and map stay but will return iterators.
2007-05-18 14:44:56 +00:00
Brett Cannon
c4b353b4ac
Document the removal of gopherlib.
2007-05-16 22:46:19 +00:00
Brett Cannon
e6549ccc70
More clearly specify what modules should be removed in Python 2.6 along with
...
what deprecated modules currently lack a DeprecationWarning.
2007-05-16 05:27:37 +00:00
Brett Cannon
377daecac6
Reformat PEP 4 modules to remove and move cl as removed.
2007-05-16 04:44:21 +00:00
Brett Cannon
24fa739905
Clean up listing of what modules are deprecated and thus should go from Py3K.
2007-05-16 04:31:51 +00:00
Guido van Rossum
84a01df576
strop is gone. several other modules were already gone (e.g. pcre, xmllib).
2007-05-15 22:00:14 +00:00
Brett Cannon
09824f7379
Add mention that indirection entries in sys.modules will not be supported once
...
absolute/relative imports are the only import semantics supported.
Specifically mention that this will definitely happen for Python 3.0.
2007-04-30 00:55:35 +00:00
Guido van Rossum
4834ccd143
Clarify what to use instead of callable().
2007-04-08 16:51:33 +00:00
Collin Winter
3d07d0d4fb
Mark the removal of isCallable() and sequenceIncludes() from operator as 'done'.
2007-03-21 20:15:07 +00:00
Collin Winter
6922d56427
Mark the removal of sys.exitfunc as done.
2007-03-21 03:01:51 +00:00
Guido van Rossum
3ea110add4
Add PEP 3115: Metaclasses in Py3k, by Talin.
...
Updated PEP 0 to list PEP 3114: next -> __next__, by Ping.
2007-03-14 17:52:19 +00:00
Neal Norwitz
5f337943ed
Add pointer to thread about how to resolve the dueling builtins.
2007-03-13 04:19:57 +00:00
David Goodger
3c894c31f2
fixed indentation errors
2007-03-04 06:05:40 +00:00
Georg Brandl
9884c6cbf2
Mark a few PEP 3100 items as done, update PEP 358 wrt. bytes literals.
2007-02-26 17:33:15 +00:00
Guido van Rossum
d50d640d85
Mark input() -> raw_input() as done (revising the plans).
2007-02-26 17:04:01 +00:00
Neal Norwitz
91f95b4e77
Add some ideas from Raymond
2007-02-24 16:36:15 +00:00
Neal Norwitz
407214f90d
I assume this was from some mail msg, but I don't have the ref currently
2007-02-24 16:32:03 +00:00
Collin Winter
8f61b22a5d
Add sys.exc_clear for removal
2007-02-10 01:17:29 +00:00
Guido van Rossum
2b59677334
Mark print() as done, period. Note that softspace is gone too.
2007-02-09 23:52:38 +00:00
Guido van Rossum
fd91896d80
Mark print conversion as mostly done.
2007-02-09 05:41:37 +00:00
Guido van Rossum
188165449a
Mark int/long unification as done.
...
(Except maybe for speedups, but that's a separate project.)
2007-01-16 00:43:39 +00:00
Guido van Rossum
6917e68062
Update int/long unification status.
2007-01-15 00:35:52 +00:00
Brett Cannon
c177794044
Add a missing comma.
2007-01-10 19:01:46 +00:00
Georg Brandl
f4680d0439
Reference markup fix.
2007-01-10 16:21:49 +00:00
Guido van Rossum
94820f0478
Note that the sets module has been removed.
2007-01-10 01:30:33 +00:00
Neal Norwitz
58bc5d3a66
* Add pep reference for annotations.
...
* Remove support for from ... import * at function scope. It will continue
to be supported at class and module scope. This is the last dependency
on the distinction between optimized and unoptimized byte codes within
functions (LOAD_FAST vs LOAD_NAME), so remove that support as well.
exec is already a function which also required specialization.
2006-12-26 06:08:28 +00:00
Guido van Rossum
8041f57f01
add a link to PEP 3105 for print function call.
2006-12-19 21:20:00 +00:00
Georg Brandl
1fc84c29cd
Mark intern() move as done.
2006-12-19 20:51:35 +00:00
Georg Brandl
90f8562b42
Repair footnote jumble.
2006-12-19 19:01:10 +00:00
Georg Brandl
6de2ca32a7
Removing callable() is not certain.
2006-12-03 08:23:02 +00:00
Georg Brandl
42a7e0f425
Update PEP 3100 wrt. __nonzero__ => __bool__ transition.
2006-11-28 19:33:39 +00:00
Georg Brandl
9b72634f0d
sys.id and sys.intern are questionable.
2006-11-23 17:48:47 +00:00
Georg Brandl
56ff0ac972
Spell Neal's name correctly. Also, input() and raw_input() are already kicked out.
2006-09-06 06:53:05 +00:00
Guido van Rossum
1b26c9f57e
Update status of various items.
2006-09-06 06:42:42 +00:00
Brett Cannon
8df90897b3
Note that backticks and '<>' removal are done.
2006-08-25 06:03:06 +00:00
Brett Cannon
61128a8561
Clarify why operator.isCallable() and operator.sequenceIncludes() are going
...
away.
2006-08-24 01:13:18 +00:00
Guido van Rossum
aa0e308d3c
Various status updates. Added some "?"s to items I'm not sure about.
2006-08-18 21:34:25 +00:00
Brett Cannon
8f320ce8ac
Reference cleanup and reformatting of modules to be removed.
2006-07-07 03:33:39 +00:00
Georg Brandl
4939886cb8
Add __main__() PEP.
2006-06-28 06:47:51 +00:00
David Goodger
618584f3db
markup fix
2006-06-01 16:08:56 +00:00
Guido van Rossum
d487898001
Third time trying to commit the new pronouncement about set literals. :-(
...
Also mention removing __mod__ and __divmod__ from float.
2006-05-04 18:15:10 +00:00
David Goodger
89212bcb3a
markup fix
2006-05-02 18:32:39 +00:00
Guido van Rossum
5e7d3e4ad0
Add set literals.
...
Clarify that the new string type will be 'str'.
2006-04-27 17:48:03 +00:00
Georg Brandl
87cda17210
Add another idea from python-3000 list.
2006-04-27 09:55:12 +00:00
Guido van Rossum
85f11c2af4
Record that the Py3k C coding style will use 4 spaces, no tabs.
...
And record when it's okay to reformat a file to conform.
2006-04-24 18:52:08 +00:00
Brett Cannon
f554d12d6f
Mention how func_whatever is to be renamed __whatever__
2006-04-22 21:21:18 +00:00
Thomas Wouters
45faac076f
Fix dupe entry.
2006-04-20 09:43:01 +00:00
Brett Cannon
b363977eb7
Make ellipsis a legal expression in places other than in slices.
2006-04-19 22:38:33 +00:00
Guido van Rossum
aeea16c9ef
Add making ... a general expression.
2006-04-19 21:56:53 +00:00
Guido van Rossum
8276957552
Remove a stray line (duplicated).
2006-04-06 00:16:48 +00:00
Georg Brandl
d143c5d2f6
Move PEP 3000 to PEP 3100.
...
Someone still has to write PEP 3000 ;)
2006-04-05 07:17:23 +00:00