[Python-bugs-list] [ python-Bugs-687648 ] classic division in demos/ directory

SourceForge.net noreply@sourceforge.net
Sun, 16 Feb 2003 14:27:52 -0800


Bugs item #687648, was opened at 2003-02-16 17:27
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=687648&group_id=5470

Category: Demos and Tools
Group: Not a Bug
Status: Open
Resolution: None
Priority: 5
Submitted By: Jp Calderone (kuran)
Assigned to: Nobody/Anonymous (nobody)
Summary: classic division in demos/ directory

Initial Comment:
PEP 238 states:

     - The standard library will use the future
division statement and
       the // operator when appropriate, so as to
completely avoid
       classic division.

  While the demos/ directory is not technically part of
the standard library, it does contain code that should
work, and that newbies may examine in the course of
learning Python.  Python source there should follow the
same rules as anyplace else.

  I'll volunteer to make the changes and submit a
patch, if it is agreed that the changes should indeed
be made.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=687648&group_id=5470