[issue1446619] extended slice behavior inconsistent with docs

2016-12-24 Thread Martin Panter
Changes by Martin Panter : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ __

[issue1446619] extended slice behavior inconsistent with docs

2016-12-24 Thread Roundup Robot
Roundup Robot added the comment: New changeset b0b17b41edfc by Martin Panter in branch '3.5': Issue #1446619: Account for negative slice direction in description https://hg.python.org/cpython/rev/b0b17b41edfc New changeset 031af2160094 by Martin Panter in branch '3.6': Issue #1446619: Merge slic

[issue1446619] extended slice behavior inconsistent with docs

2016-12-10 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue1446619] extended slice behavior inconsistent with docs

2016-12-09 Thread Martin Panter
Martin Panter added the comment: Patch ruling out the len(s) corner case. I use a modified version of Fumihiro’s suggestion. -- versions: +Python 3.6, Python 3.7 -Python 3.4 Added file: http://bugs.python.org/file45827/extended_slicing_docs.v2.diff _

[issue1446619] extended slice behavior inconsistent with docs

2016-12-09 Thread Martin Panter
Martin Panter added the comment: Fumihiro’s suggestion seems reasonable to me (assuming it still applies to the current text) -- nosy: +martin.panter ___ Python tracker ___ __

[issue1446619] extended slice behavior inconsistent with docs

2014-09-23 Thread Fumihiro Bessho
Fumihiro Bessho added the comment: I also wondered the same thing today and found this issue. I've added my comment on the patch to make the change more precise. Can anyone move it ahead and update the document? -- nosy: +bessho ___ Python tracker

[issue1446619] extended slice behavior inconsistent with docs

2014-06-16 Thread Mark Lawrence
Mark Lawrence added the comment: The attached patch is simple enough, surely it's a simple decision as to whether or not to commit it? -- nosy: +BreamoreBoy versions: +Python 3.4, Python 3.5 -Python 3.2, Python 3.3 ___ Python tracker

[issue1446619] extended slice behavior inconsistent with docs

2011-03-27 Thread Mark Dickinson
Changes by Mark Dickinson : -- nosy: +mark.dickinson ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://m

[issue1446619] extended slice behavior inconsistent with docs

2011-03-27 Thread Steven Bethard
Changes by Steven Bethard : -- stage: test needed -> patch review ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue1446619] extended slice behavior inconsistent with docs

2011-03-27 Thread Steven Bethard
Steven Bethard added the comment: The problem still exists in current trunk: The slicing semantics have been removed from the expressions reference: http://docs.python.org/py3k/reference/expressions.html#slicings The datamodel and types sections still have the same equations: http://docs.pytho

[issue1446619] extended slice behavior inconsistent with docs

2010-08-21 Thread Mark Lawrence
Changes by Mark Lawrence : -- assignee: georg.brandl -> d...@python nosy: +d...@python ___ Python tracker ___ ___ Python-bugs-list m

[issue1446619] extended slice behavior inconsistent with docs

2009-04-05 Thread Steven Bethard
Changes by Steven Bethard : -- nosy: +bethard -bediviere.historic ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue1446619] extended slice behavior inconsistent with docs

2009-04-05 Thread Georg Brandl
Georg Brandl added the comment: See also #1265100. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http:/

[issue1446619] extended slice behavior inconsistent with docs

2009-03-20 Thread Daniel Diniz
Changes by Daniel Diniz : -- assignee: -> georg.brandl components: +Documentation -None nosy: +georg.brandl stage: -> test needed type: -> behavior versions: +Python 2.6, Python 3.0 -Python 2.4 ___ Python tracker