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: Convert slice and buffer to types
Type: Stage:
Components: Interpreter Core Versions: Python 2.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: mwh, orenti, rhettinger
Priority: normal Keywords: patch

Created on 2002-06-13 14:44 by orenti, last changed 2022-04-10 16:05 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
slice_buffer_types.diff orenti, 2002-06-13 14:44
Messages (3)
msg40296 - (view) Author: Oren Tirosh (orenti) Date: 2002-06-13 14:44
slice and buffer converted from builtin functions to types

msg40297 - (view) Author: Michael Hudson (mwh) (Python committer) Date: 2002-06-13 15:06
Logged In: YES 
user_id=6656

Looks OK to me.  Of course slice.__doc__ is wrong now, I
missed that.
msg40298 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2002-06-26 07:56
Logged In: YES 
user_id=80475

Can this be closed now?
History
Date User Action Args
2022-04-10 16:05:25adminsetgithub: 36746
2002-06-13 14:44:14orenticreate