[issue22514] incomplete programming example on python.org

2014-09-29 Thread Benjamin Peterson
Benjamin Peterson added the comment: 987 is indeed missing. -- nosy: +benjamin.peterson resolution: -> fixed status: open -> closed ___ Python tracker ___ __

[issue22514] incomplete programming example on python.org

2014-09-29 Thread Friedrich Spee von Langenfeld
New submission from Friedrich Spee von Langenfeld: When I open www.python.org, there are some examples to demonstrate the "look and feel" of Python. I´ve tested an example (example number 1). Online, the following is shown: # Python 3: Fibonacci series up to n >>> def fib(n): >>> a, b = 0,