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 eric.smith
Recipients agnosticdev, bbayles, berker.peksag, eric.smith, jonathan-lp
Date 2018-03-16.01:29:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1521163762.03.0.467229070634.issue33034@psf.upfronthosting.co.za>
In-reply-to
Content
Wouldn't we be better off to catch this error at parse time, instead of just improve the error message when .port is called?

I'm not sure why port is a property and not just computed. Maybe the least intrusive way of doing this would be to just evaluate self.port after the parsing is completed?
History
Date User Action Args
2018-03-16 01:29:22eric.smithsetrecipients: + eric.smith, berker.peksag, bbayles, agnosticdev, jonathan-lp
2018-03-16 01:29:22eric.smithsetmessageid: <1521163762.03.0.467229070634.issue33034@psf.upfronthosting.co.za>
2018-03-16 01:29:21eric.smithlinkissue33034 messages
2018-03-16 01:29:21eric.smithcreate