Re: A Freudian slip of *EPIC PROPORTIONS*!

2014-11-15 Thread Terry Reedy
On 11/15/2014 7:28 AM, Steven D'Aprano wrote: Terry Reedy wrote: On 11/13/2014 6:11 PM, Rick Johnson wrote: # The parse functions have no idea what to do with # Unicode, so replace all Unicode characters with "x". # This is "safe" so long as the only characters germane

Re: A Freudian slip of *EPIC PROPORTIONS*!

2014-11-15 Thread Steven D'Aprano
Terry Reedy wrote: > On 11/13/2014 6:11 PM, Rick Johnson wrote: > >> # The parse functions have no idea what to do with >> # Unicode, so replace all Unicode characters with "x". >> # This is "safe" so long as the only characters germane >> # to parsing the structure of Python

Re: A Freudian slip of *EPIC PROPORTIONS*!

2014-11-14 Thread KO
On 2014-11-13, Rick Johnson wrote: > On the other hand, if the author is not GvR, then he is most > likely someone of great importance within the community. As much as I love Python, I hate the amount of appeal to authority that is present in the Python community. Ok, GvR created Python, great.

Re: A Freudian slip of *EPIC PROPORTIONS*!

2014-11-13 Thread Terry Reedy
On 11/13/2014 6:11 PM, Rick Johnson wrote: # The parse functions have no idea what to do with # Unicode, so replace all Unicode characters with "x". # This is "safe" so long as the only characters germane # to parsing the structure of Python are 7-bit ASCII. # It's *nece

Re: A Freudian slip of *EPIC PROPORTIONS*!

2014-11-13 Thread Chris Angelico
On Fri, Nov 14, 2014 at 10:11 AM, Rick Johnson wrote: > # The parse functions have no idea what to do with > # Unicode, so replace all Unicode characters with "x". > # This is "safe" so long as the only characters germane > # to parsing the structure of Python are 7-bit ASCII. >

A Freudian slip of *EPIC PROPORTIONS*!

2014-11-13 Thread Rick Johnson
Some of the folks on this list have attempted to shame me for not accepting "with open arms", this vile encoding we call Unicode, but i wonder, are they aware of the deepest held beliefs of our very own leader? The other day whilst perusing the idlelib i came across a small but *very* significant