Commit Graph

20 Commits

Author SHA1 Message Date
Guido van Rossum a6fafa5485 Update the PEP with the new name for PyByte (bytearray), and some minor edits. 2007-11-21 19:45:46 +00:00
Guido van Rossum 71ead7f575 Add removal of basestring. 2007-10-16 16:58:38 +00:00
Brett Cannon e2904eebe8 Fix a reST typo; someone has used too much LaTeX. 2007-10-15 21:04:19 +00:00
Guido van Rossum 82dcb0728d Use '' instead of "" for repr, as that is the default repr. 2007-10-15 17:13:07 +00:00
Guido van Rossum 89b4ee311a Missed memoryview in the 3.0a1 column. 2007-10-15 17:05:13 +00:00
Guido van Rossum c1475cdbc1 Don't put N/A in the repr column for PyBuffer or PyBytes. 2007-10-15 17:00:31 +00:00
Guido van Rossum 4f1efedec9 Oops, "" should be b"" for PyString in last column. 2007-10-15 16:59:06 +00:00
Guido van Rossum 024b5a372d Add table of old and new names for affected types. 2007-10-15 16:56:27 +00:00
Guido van Rossum 3a3893f2e4 Mark PEP 3137 as accepted.
Mark Summerfield sent some comments on PEP 358 (I also referenced PEP 3137).
2007-10-03 16:04:53 +00:00
Guido van Rossum 8006ad01a8 Typo reported by Mark Summerfield. 2007-10-01 14:43:57 +00:00
Guido van Rossum ded68a78fc Fix another paragraph that was referring to bytes()==str() raising TypeError. 2007-10-01 02:58:22 +00:00
Guido van Rossum e2096897b5 Changed my mind on comparing bytes to str. 2007-09-30 23:19:14 +00:00
Brett Cannon b0c2bd0cab Fix a small typo. 2007-09-27 18:33:16 +00:00
Guido van Rossum 6cae3f4c44 Decide that bytes/buffer items are ints.
Also:
- Add mutable sequence methods.
- Add fromhex class method.
- "Supports" -> "implements" consistently.
2007-09-27 17:54:01 +00:00
Guido van Rossum a3b2617793 Fixed encode()/decode() turn-around. 2007-09-27 14:24:32 +00:00
Guido van Rossum 74119bb932 Added language about operators and pickling.
Standardized on "implementing" the PEP 3118 buffer API rather than
"supporting" it.
2007-09-26 23:06:19 +00:00
Brett Cannon 1eaf0ea59d Minor grammatical fix. 2007-09-26 22:54:58 +00:00
Brett Cannon a8802fc6b5 Fix a spelling mistake. 2007-09-26 22:39:21 +00:00
Guido van Rossum bd57874ed2 Fix date. 2007-09-26 21:58:29 +00:00
Guido van Rossum 8eb885a264 PEP 3137: immutable bytes and mutable buffer. 2007-09-26 21:55:16 +00:00