[Boost-bugs] [Boost C++ Libraries] #11797: The __idiv__ operator was replaced with __itruediv__ and __ifloordiv__ in Python 3

Subject: [Boost-bugs] [Boost C++ Libraries] #11797: The __idiv__ operator was replaced with __itruediv__ and __ifloordiv__ in Python 3
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2015-11-16 10:28:50


#11797: The __idiv__ operator was replaced with __itruediv__ and __ifloordiv__ in
Python 3
--------------------------------+-------------------------------
 Reporter: lahwaacz <j.l.k@…> | Owner: rwgk
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: python USE GITHUB
  Version: Boost 1.59.0 | Severity: Problem
 Keywords: |
--------------------------------+-------------------------------
 `def(self /= double())` always creates a `__idiv__` operator, even in
 Python 3, which does not support it. Python 3 distinguishes between
 `__itruediv__` and `__ifloordiv__`, see
 https://www.python.org/download/releases/3.0/whatsnew/

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/11797>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:19 UTC