[issue7460] extended slicing not sufficiently covered in docs

2020-11-21 Thread Irit Katriel
Change by Irit Katriel : -- versions: +Python 3.10, Python 3.8, Python 3.9 -Python 3.1, Python 3.2, Python 3.3 ___ Python tracker ___ __

[issue7460] extended slicing not sufficiently covered in docs

2011-03-08 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- versions: +Python 3.3 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail

[issue7460] extended slicing not sufficiently covered in docs

2010-03-05 Thread Lorenz Quack
Lorenz Quack added the comment: When I wrote this bug report I was mainly thinking about the C-API documentation which doesn't mention extended slicing at all. Since the C-API isn't mentioned in the other bug I don't think it's a duplicate but they could maybe be merged if you see any advantag

[issue7460] extended slicing not sufficiently covered in docs

2010-03-05 Thread Terry J. Reedy
Terry J. Reedy added the comment: This may be duplicative of #1446619, but I have not looked at that enough. I agree that revision is needed and will try to develop patch suggestions. -- nosy: +tjreedy versions: -Python 3.0 ___ Python tracker

[issue7460] extended slicing not sufficiently covered in docs

2009-12-08 Thread Lorenz Quack
New submission from Lorenz Quack : I find the documentation regarding extended slicing to be lacking. To be honest I couldn't find any documentation about it. The only - and quite good - source of information I found was [1]. Maybe I didn't search enough. If so I would appreciate a link to the re