[issue34901] Missing isolated (-I) flag in sys.flags table

2018-10-22 Thread Ned Deily


Ned Deily  added the comment:

Thanks, Danish and everyone else!

--
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue34901] Missing isolated (-I) flag in sys.flags table

2018-10-22 Thread Ned Deily


Ned Deily  added the comment:


New changeset da7d7d0ccc2e7cab62080e146cab027f2aa6fd03 by Ned Deily 
(danishprakash) in branch '3.6':
[3.6] bpo-34901: add -I flag to sys.flags (GH-9755)
https://github.com/python/cpython/commit/da7d7d0ccc2e7cab62080e146cab027f2aa6fd03


--
nosy: +ned.deily

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue34901] Missing isolated (-I) flag in sys.flags table

2018-10-17 Thread Danish Prakash


Change by Danish Prakash :


--
pull_requests: +9283

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue34901] Missing isolated (-I) flag in sys.flags table

2018-10-17 Thread Terry J. Reedy


Terry J. Reedy  added the comment:

In spite of what is said above, PR 9708 was merged before the auto-backport.

--
nosy: +terry.reedy

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue34901] Missing isolated (-I) flag in sys.flags table

2018-10-07 Thread Karthikeyan Singaravelan


Karthikeyan Singaravelan  added the comment:

>> Also there will be no binary releases and only source releases for security 
>> only branches.

> Is there any particular reason as to why this happens? IS it just to make it 
> easier for the team to focus on the development of current versions or 
> something else?

Sorry, I don't have a better explanation over the workflow.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue34901] Missing isolated (-I) flag in sys.flags table

2018-10-07 Thread miss-islington


miss-islington  added the comment:


New changeset c59e75ccf0ea8d882738214e0385f41eed51e3c7 by Miss Islington (bot) 
in branch '3.7':
bpo-34901: add isolated (-I) flag to sys.flags (GH-9708)
https://github.com/python/cpython/commit/c59e75ccf0ea8d882738214e0385f41eed51e3c7


--
nosy: +miss-islington

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue34901] Missing isolated (-I) flag in sys.flags table

2018-10-07 Thread miss-islington


Change by miss-islington :


--
pull_requests: +9135

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue34901] Missing isolated (-I) flag in sys.flags table

2018-10-07 Thread Danish Prakash


Danish Prakash  added the comment:

Thanks for the concise explanation, that makes sense.

> Also there will be no binary releases and only source releases for security 
> only branches.

Is there any particular reason as to why this happens? IS it just to make it 
easier for the team to focus on the development of current versions or 
something else?

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue34901] Missing isolated (-I) flag in sys.flags table

2018-10-05 Thread Karthikeyan Singaravelan


Karthikeyan Singaravelan  added the comment:

Every release has a PEP associated with it from 3.6 and above that says about 
the lifespan of the release with bug fix releases and the time where it enters 
security fixes only mode. Now 3.4 and 3.5 are in security fixes mode where only 
security updates for the most part are accepted and the changes are pulled in 
by the release manager to the respective branches. Also there will be no binary 
releases and only source releases for security only branches.

Python 3.5.6 security announcement : 
https://www.python.org/downloads/release/python-356/

> Python 3.5 has now entered "security fixes only" mode, and as such the only 
> changes since Python 3.5.4 are security fixes. Also, Python 3.5.6 has only 
> been released in source code form; no more official binary installers will be 
> produced.

Python 3.8 release lifespan : https://www.python.org/dev/peps/pep-0569/#lifespan

So I have removed 3.4 and 3.5 but it's up to the reviewer to decide if this 
needs to be backported or not to those branches. I hope I am correct on the 
above.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue34901] Missing isolated (-I) flag in sys.flags table

2018-10-05 Thread Danish Prakash


Danish Prakash  added the comment:

thank you for for making the corrections, however, what's with a version being 
in security fixes mode? I would like to read more about that.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue34901] Missing isolated (-I) flag in sys.flags table

2018-10-04 Thread Karthikeyan Singaravelan


New submission from Karthikeyan Singaravelan :

Thanks for the PR @danishprakash . `-I` was added as part of 3.4 with commit 
ad73a9cf977 and not backported to 2.7 . Also 3.4 and 3.5 branches are in 
security fixes mode. So I am removing 2.7, 3.4 and 3.5 .

--
nosy: +xtreak
versions:  -Python 2.7, Python 3.4, Python 3.5

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue34901] Missing isolated (-I) flag in sys.flags table

2018-10-04 Thread Roundup Robot


Change by Roundup Robot :


--
keywords: +patch
pull_requests: +9093
stage:  -> patch review

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue34901] Missing isolated (-I) flag in sys.flags table

2018-10-04 Thread Danish Prakash


Change by Danish Prakash :


--
assignee: docs@python
components: Documentation
nosy: danishprakash, docs@python
priority: normal
severity: normal
status: open
title: Missing isolated (-I) flag in sys.flags table
versions: Python 2.7, Python 3.4, Python 3.5, Python 3.6, Python 3.7, Python 3.8

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com