[issue14893] Tutorial: Add function annotation example to function tutorial

2012-11-01 Thread Zachary Ware
Zachary Ware added the comment: Thank you Éric for the approval, and Andrew for the commit! -- ___ Python tracker ___ ___ Python-bugs-

[issue14893] Tutorial: Add function annotation example to function tutorial

2012-11-01 Thread Andrew Svetlov
Andrew Svetlov added the comment: Fixed. Thanks, Zachary. -- nosy: +asvetlov resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker ___

[issue14893] Tutorial: Add function annotation example to function tutorial

2012-11-01 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2bf99322218f by Andrew Svetlov in branch '3.2': Issue #14893: Add function annotation example to function tutorial. http://hg.python.org/cpython/rev/2bf99322218f New changeset 45167091b5f9 by Andrew Svetlov in branch '3.3': Merge issue #14893: Add f

[issue14893] Tutorial: Add function annotation example to function tutorial

2012-11-01 Thread Zachary Ware
Changes by Zachary Ware : -- versions: +Python 3.4 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.

[issue14893] Tutorial: Add function annotation example to function tutorial

2012-06-24 Thread Éric Araujo
Éric Araujo added the comment: LGTM, will commit. -- assignee: docs@python -> eric.araujo ___ Python tracker ___ ___ Python-bugs-list

[issue14893] Tutorial: Add function annotation example to function tutorial

2012-05-25 Thread Zachary Ware
Zachary Ware added the comment: Thanks for the review :). Replied and here's the updated patch. -- Added file: http://bugs.python.org/file25708/annotations_tutorial.v2.patch ___ Python tracker ___

[issue14893] Tutorial: Add function annotation example to function tutorial

2012-05-24 Thread Éric Araujo
Éric Araujo added the comment: Thanks for the patch. I made some comments on the code review tool, which should have sent you a mail. -- ___ Python tracker ___ ___

[issue14893] Tutorial: Add function annotation example to function tutorial

2012-05-23 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +eric.araujo, ezio.melotti stage: -> patch review ___ Python tracker ___ ___ Python-bugs-list mail

[issue14893] Tutorial: Add function annotation example to function tutorial

2012-05-23 Thread Raymond Hettinger
Raymond Hettinger added the comment: This looks like a reasonable addition to the tutorial :-) -- nosy: +rhettinger ___ Python tracker ___ __

[issue14893] Tutorial: Add function annotation example to function tutorial

2012-05-23 Thread Zachary Ware
New submission from Zachary Ware : A couple months ago, I had never before heard of function annotations and came across a function that had them (I don't remember where or what it was). I spent a fair bit of time searching fruitlessly to figure out what the heck that "->" in the function def