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 neologix
Recipients Christophe.Devriese, gregory.p.smith, nadeem.vawda, neologix
Date 2011-05-20.14:19:48
SpamBayes Score 7.990234e-08
Marked as misclassified No
Message-id <BANLkTinPnBKD936-q_PnBq86TCVvDqz49g@mail.gmail.com>
In-reply-to <BANLkTi=HuhMSX7bqXi8OjEC1Bfmq2=gV2A@mail.gmail.com>
Content
> That's not the intention (that's a gordian knot I *will* be keeping
> a
> safe distance from). The intention is to create a saner default situation
> for most python programs.

I understand what you're saying, and I agree with you on the principle.
But the point I was making is that we can't make this the "default
situation", for the reasons explained above (we can't change the
default socket semantics, and it's going to break some applications,
which is unacceptable).
That's why I was suggesting to add this as an option to the
socketserver module (since that's the piece of code you were referring
to).
The Python interpreter is not a simple standalone library/application,
we can't just make those kind of changes.

P.S.: please avoid sending html messages, they result in a spurious
"unnamed" file being attached.
History
Date User Action Args
2011-05-20 14:19:49neologixsetrecipients: + neologix, gregory.p.smith, nadeem.vawda, Christophe.Devriese
2011-05-20 14:19:48neologixlinkissue12107 messages
2011-05-20 14:19:48neologixcreate