Glenn Linderman writes:
> On 8/27/2014 6:08 PM, Stephen J. Turnbull wrote:
> > Glenn Linderman writes:
> > > And further, replacement could be a vector of 128 characters, to do
> > > immediate transcoding,
> >
> > Using what encoding?
>
> The vector would contain the transcoding. Each
On 8/27/2014 6:08 PM, Stephen J. Turnbull wrote:
Glenn Linderman writes:
> On 8/26/2014 4:31 AM, MRAB wrote:
> > On 2014-08-26 03:11, Stephen J. Turnbull wrote:
> >> Nick Coghlan writes:
> > How about:
> >
> > replace_surrogate_escapes(s, replacement='\uFFFD')
> >
> > If you
Glenn Linderman writes:
> On 8/27/2014 5:16 AM, Nick Coghlan wrote:
> > Choosing UTF-8 aims to treat formatting text for communication with
> > the user as "just a display issue". It's a low impact design that will
> > "just work" for a lot of software, but it comes at a price:
> >
> > *
Glenn Linderman writes:
> On 8/26/2014 4:31 AM, MRAB wrote:
> > On 2014-08-26 03:11, Stephen J. Turnbull wrote:
> >> Nick Coghlan writes:
> > How about:
> >
> > replace_surrogate_escapes(s, replacement='\uFFFD')
> >
> > If you want them removed, just pass an empty string as the
> > re
On 28 Aug 2014 04:20, "Glenn Linderman" wrote:
>
> On 8/27/2014 5:16 AM, Nick Coghlan wrote:
>>
>> On 27 August 2014 08:52, Nick Coghlan wrote:
>>>
>>> On 27 Aug 2014 02:52, "Terry Reedy" wrote:
Nick, I think the first half of your post is one of the clearest
expositions yet of 'w
On 8/26/2014 4:31 AM, MRAB wrote:
On 2014-08-26 03:11, Stephen J. Turnbull wrote:
Nick Coghlan writes:
> "purge_surrogate_escapes" was the other term that occurred to me.
"purge" suggests removal, not replacement. That may be useful too.
neutralize_surrogate_escapes(s, remove=False, replac
On 8/27/2014 5:16 AM, Nick Coghlan wrote:
On 27 August 2014 08:52, Nick Coghlan wrote:
On 27 Aug 2014 02:52, "Terry Reedy" wrote:
Nick, I think the first half of your post is one of the clearest
expositions yet of 'why Python 3' (in particular, the str to unicode
change). It is worthy of wid
Wow, I didn't know that existed. Maybe needs to be more obvious.
But not quite. It doesn't distinguish between locally installed files, and
globally installed. Here, globally installed are maintained by the OS
vendor packaging, while locally (user, not virtualenv) installed are
managed by pip.
On Wed, Aug 27, 2014 at 9:04 AM, Ian Cordasco
wrote:
> Also, isn't this discussion better suited for Distutils-SIG?
I started up a thread there. I'd post an archive link, but it hasn't
yet turned up in the distutils-sig archive.
Skip
___
Python-Dev mai
On Wed, Aug 27, 2014 at 8:24 AM, Paul Moore wrote:
> On 27 August 2014 13:58, Neal Becker wrote:
>> At least, pip should have the ability to alert the user to potential updates,
>>
>> pip update
>>
>> could list which packages need updating, and offer to perform the update. I
>> think this would
On 27 August 2014 14:46, Skip Montanaro wrote:
> it would be great if there was a way for it to tell me where on my
> system it found outdated package X. The --verbose flag tells me all
> sorts of other stuff I'm not really interested in, but not the
> installed location of the outdated package.
On Wed, Aug 27, 2014 at 8:24 AM, Paul Moore wrote:
> Do you mean something like "pip list --outdated"?
I was unaware of that command, as we were stuck at pip 1.2.1. I just
updated pip manually to 1.5.6. That is a very helpful command. It
would be even better if it understood --user so it could re
On 27 August 2014 13:58, Neal Becker wrote:
> At least, pip should have the ability to alert the user to potential updates,
>
> pip update
>
> could list which packages need updating, and offer to perform the update. I
> think this would go a long way to helping with this problem.
Do you mean so
On Wed, Aug 27, 2014 at 7:58 AM, Neal Becker wrote:
> On systems where os-level packaging is available (e.g., fedora linux), it is
> not
> unusual to want a newer python package installed than available from the
> vendor.
> pip install --user can be used for this.
How? I have exactly this probl
On systems where os-level packaging is available (e.g., fedora linux), it is
not
unusual to want a newer python package installed than available from the
vendor.
pip install --user can be used for this.
But then there is the danger that these pip installed packages are not
maintained.
At le
On 27 August 2014 08:52, Nick Coghlan wrote:
> On 27 Aug 2014 02:52, "Terry Reedy" wrote:
>> Nick, I think the first half of your post is one of the clearest
>> expositions yet of 'why Python 3' (in particular, the str to unicode
>> change). It is worthy of wider distribution and without much ch
On 27 August 2014 09:09, Nick Coghlan wrote:
> There are two links to CPython issues from the project description:
>
> http://bugs.python.org/issue1602
> http://bugs.python.org/issue17620
>
> Part of the feedback on those was that as much as possible should be
> made available as a third party mod
On 27 August 2014 01:23, Paul Moore wrote:
> On 24 August 2014 04:27, Nick Coghlan wrote:
>> One of those areas is the fact that we still use the old 8-bit APIs to
>> interact with the Windows console. Those are just as broken in a
>> multilingual world as the other Windows 8-bit APIs, so Drekin
18 matches
Mail list logo