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.

Author ronaldoussoren
Recipients Anton.Korobeynikov, Stan.Seibert, ezberch, meador.inge, ned.deily, ronaldoussoren
Date 2012-08-24.12:28:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1345811300.61.0.755037572795.issue13370@psf.upfronthosting.co.za>
In-reply-to
Content
What code duplication do you mean?

The code in the switch statement at line 71 looks similar for the various case, but it isn't: there is variation in the types uses in the casts (and particularly in the cast used to read the input value).
History
Date User Action Args
2012-08-24 12:28:20ronaldoussorensetrecipients: + ronaldoussoren, ned.deily, meador.inge, ezberch, Anton.Korobeynikov, Stan.Seibert
2012-08-24 12:28:20ronaldoussorensetmessageid: <1345811300.61.0.755037572795.issue13370@psf.upfronthosting.co.za>
2012-08-24 12:28:20ronaldoussorenlinkissue13370 messages
2012-08-24 12:28:19ronaldoussorencreate