Re: [Python-Dev] Can I revoke PEP 103 (info about git)?

2017-03-08 Thread Oleg Broytman
On Wed, Mar 08, 2017 at 06:18:51PM -0500, Terry Reedy wrote: > On 3/8/2017 4:07 PM, Oleg Broytman wrote: > >On Thu, Mar 09, 2017 at 07:53:04AM +1100, Steven D'Aprano > > wrote: > >>On Wed, Mar 08, 2017 at 04:30:41PM +0100, Oleg Broytman wrote: > >>>On Wed,

Re: [Python-Dev] Can I revoke PEP 103 (info about git)?

2017-03-08 Thread Terry Reedy
On 3/8/2017 4:07 PM, Oleg Broytman wrote: On Thu, Mar 09, 2017 at 07:53:04AM +1100, Steven D'Aprano wrote: On Wed, Mar 08, 2017 at 04:30:41PM +0100, Oleg Broytman wrote: On Wed, Mar 08, 2017 at 09:50:06AM -0500, Barry Warsaw wrote: It's also okay to

Re: [Python-Dev] PEP 538: Coercing the legacy C locale to a UTF-8 based locale

2017-03-08 Thread Guido van Rossum
On Wed, Mar 8, 2017 at 4:35 AM, Nick Coghlan wrote: > > On 5 March 2017 at 17:50, Nick Coghlan wrote: > >> Late last year I started working on a change to the CPython CLI (*not* >> the shared library) to get it to coerce the legacy C locale to something

Re: [Python-Dev] Can I revoke PEP 103 (info about git)?

2017-03-08 Thread Oleg Broytman
On Thu, Mar 09, 2017 at 07:53:04AM +1100, Steven D'Aprano wrote: > On Wed, Mar 08, 2017 at 04:30:41PM +0100, Oleg Broytman wrote: > > On Wed, Mar 08, 2017 at 09:50:06AM -0500, Barry Warsaw > > wrote: > > > > It's also okay to remove much of the content

Re: [Python-Dev] Can I revoke PEP 103 (info about git)?

2017-03-08 Thread Steven D'Aprano
On Wed, Mar 08, 2017 at 04:30:41PM +0100, Oleg Broytman wrote: > On Wed, Mar 08, 2017 at 09:50:06AM -0500, Barry Warsaw > wrote: > > It's also okay to remove much of the content and just leave a placeholder. > > The historical record would of course always be available in the

Re: [Python-Dev] Python Design issue with print() function

2017-03-08 Thread Chris Barker
This is a list for python interpreter development, not new ideas -- that list is python-ideas. However, sorry to be blunt, but this post shows great ignorance of Python -- please study up more in the future before posting suggestions on any list. Specifics: 1) this has nothing to do with the

[Python-Dev] Python Design issue with print() function

2017-03-08 Thread ravi y via Python-Dev
Hi Python Developers, print() function has a slight design issue, when user gives start and end positions of character array.Issue: >>> str_ary="abcdef" >>> print(str_ary[1]) b >>> print(str_ary[4]) e >>> print(str_ary[1:4]) bcd >>>  In the above scenario, user is expecting that output of print

Re: [Python-Dev] Can I revoke PEP 103 (info about git)?

2017-03-08 Thread Oleg Broytman
On Wed, Mar 08, 2017 at 09:50:06AM -0500, Barry Warsaw wrote: > On Mar 08, 2017, at 10:38 PM, Nick Coghlan wrote: > > >Withdrawing the PEP is just a matter of submitting a PR to change the state > >to Withdrawn, so it doesn't actually break any links. It's helpful to add a >

Re: [Python-Dev] Can I revoke PEP 103 (info about git)?

2017-03-08 Thread Barry Warsaw
On Mar 08, 2017, at 10:38 PM, Nick Coghlan wrote: >Withdrawing the PEP is just a matter of submitting a PR to change the state >to Withdrawn, so it doesn't actually break any links. It's helpful to add a >short "PEP Withdrawal" section to say why it's withdrawn though, and you'd >be able to link

Re: [Python-Dev] Can I revoke PEP 103 (info about git)?

2017-03-08 Thread Oleg Broytman
On Wed, Mar 08, 2017 at 10:38:08PM +1000, Nick Coghlan wrote: > On 8 March 2017 at 18:33, Oleg Broytman wrote: > > > Hello! When I was writing PEP 103 I wanted to help to start using git. > > There were a few proponents and a few opponents: people expressed

Re: [Python-Dev] Can I revoke PEP 103 (info about git)?

2017-03-08 Thread Nick Coghlan
On 8 March 2017 at 18:33, Oleg Broytman wrote: > Hello! When I was writing PEP 103 I wanted to help to start using git. > There were a few proponents and a few opponents: people expressed > concerns that the PEP is too generic and isn't really related to Python > development so

Re: [Python-Dev] PEP 538: Coercing the legacy C locale to a UTF-8 based locale

2017-03-08 Thread Nick Coghlan
On 5 March 2017 at 17:50, Nick Coghlan wrote: > Hi folks, > > Late last year I started working on a change to the CPython CLI (*not* the > shared library) to get it to coerce the legacy C locale to something based > on UTF-8 when a suitable locale is available. > > After a

[Python-Dev] Can I revoke PEP 103 (info about git)?

2017-03-08 Thread Oleg Broytman
Hello! When I was writing PEP 103 I wanted to help to start using git. There were a few proponents and a few opponents: people expressed concerns that the PEP is too generic and isn't really related to Python development so I promised to revoke the PEP after the switch to git and Github. Now I

Re: [Python-Dev] 3.6.1 release status and plans

2017-03-08 Thread Nick Coghlan
On 8 March 2017 at 11:59, Ned Deily wrote: > An update on the 3.6.1 release: As you probably noticed, 3.6.1 release > candidate 1 was made available (finally!) two days ago. Thank you for your > patience as we worked though the details of producing a release using our > new