[Python-Dev] Why is nb_inplace_power ternary? (original) (raw)
python at rcn.com python at rcn.com
Thu Feb 8 19:58:26 CET 2007
- Previous message: [Python-Dev] Why is nb_inplace_power ternary?
- Next message: [Python-Dev] Why is nb_inplace_power ternary?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
[MvL]
So here is my proposed change:
1. For 2.5.1, rewrite slotnbinplacepower to raise an exception if the third argument is not None, and then invoke ipow with only one argument.
Why would you change Py2.5? There is no bug here.
Raymond
- Previous message: [Python-Dev] Why is nb_inplace_power ternary?
- Next message: [Python-Dev] Why is nb_inplace_power ternary?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]