This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: floor division
Type: Stage:
Components: Documentation Versions:
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: nnorwitz Nosy List: lemonkandy, nnorwitz
Priority: normal Keywords: patch

Created on 2006-03-25 19:54 by lemonkandy, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
libstdtypes.tex.diff lemonkandy, 2006-03-25 19:54 libstdtypes.tex
Messages (2)
msg49861 - (view) Author: Andy (lemonkandy) Date: 2006-03-25 19:54
This is a patch filed in response to cito's bug,
1457358.  A description for the floor division operator
// was missing.  I wasn't sure if I should have been a
little more descriptive, I thought this might have been
patronising.

This is my first ever patch to an open source project.
 I'm starting _really_ small.

This patch was made against revision 43311, from the
root directory of the trunk.

Andy
msg49862 - (view) Author: Neal Norwitz (nnorwitz) * (Python committer) Date: 2006-03-25 21:28
Logged In: YES 
user_id=33168

Thanks!

I added a note about it also being referred to as integer
division.

The change should appear within 12 hours in both places:
http://docs.python.org/dev/
http://docs.python.org/dev/2.4/

Committed revision 43312.
History
Date User Action Args
2022-04-11 14:56:16adminsetgithub: 43089
2006-03-25 19:54:27lemonkandycreate