Issue 1617678: extended slicing for bytes objects (original) (raw)

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/44348

classification

Title: extended slicing for bytes objects
Type: Stage:
Components: Interpreter Core Versions: Python 3.0

process

Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: gvanrossum Nosy List: gvanrossum, twouters
Priority: normal Keywords: patch

Created on 2006-12-18 03:09 by twouters, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
noslice.bytes.diff twouters,2006-12-18 03:09
Messages (3)
msg51556 - (view) Author: Thomas Wouters (twouters) * (Python committer) Date: 2006-12-18 03:09
From the p3yk-noslice branch: extended slicing support for bytes objects.
msg51557 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2006-12-18 19:29
There are a few lines with trailing whitespace but otherwise I trust you. Go ahead!
msg51558 - (view) Author: Thomas Wouters (twouters) * (Python committer) Date: 2006-12-19 08:32
checked in.
History
Date User Action Args
2022-04-11 14:56:21 admin set github: 44348
2008-01-06 22:29:46 admin set keywords: - py3kversions: + Python 3.0
2006-12-18 03:09:49 twouters create