- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message244666
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 | steve.dower |
|---|---|
| Recipients | Arfrever, georg.brandl, loewis, martin.panter, mkc, pitrou, python-dev, steve.dower, terry.reedy |
| Date | 2015-06-02.13:11:19 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1433250679.1.0.979562966545.issue5319@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Going from void to int is fine for when the return value is ignored. However, those who check the return value will see garbage on earlier versions. As always, safest to add a new function here. Or make the stable version continue to be void - it won't affect the exports. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2015-06-02 13:11:19 | steve.dower | set | recipients: + steve.dower, loewis, georg.brandl, terry.reedy, mkc, pitrou, Arfrever, python-dev, martin.panter |
| 2015-06-02 13:11:19 | steve.dower | set | messageid: <1433250679.1.0.979562966545.issue5319@psf.upfronthosting.co.za> |
| 2015-06-02 13:11:19 | steve.dower | link | issue5319 messages |
| 2015-06-02 13:11:19 | steve.dower | create | |

