[issue33800] Fix default argument for parameter dict_type of ConfigParser/RawConfigParser

2019-01-31 Thread INADA Naoki


INADA Naoki  added the comment:

I'm sorry. bpo-35865 (GH-11711)

--

___
Python tracker 

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



[issue33800] Fix default argument for parameter dict_type of ConfigParser/RawConfigParser

2019-01-31 Thread INADA Naoki


INADA Naoki  added the comment:

I revert this change in GH-35865.

--

___
Python tracker 

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



[issue33800] Fix default argument for parameter dict_type of ConfigParser/RawConfigParser

2019-01-31 Thread INADA Naoki


INADA Naoki  added the comment:

This should be reverted in 3.7.
bpo-33504 changed dict_type from 3.8+, not 3.7.

--
nosy: +inada.naoki

___
Python tracker 

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



[issue33800] Fix default argument for parameter dict_type of ConfigParser/RawConfigParser

2018-06-08 Thread Ned Deily

Ned Deily  added the comment:

Thanks, Andrés!

--
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed
versions: +Python 3.7

___
Python tracker 

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



[issue33800] Fix default argument for parameter dict_type of ConfigParser/RawConfigParser

2018-06-08 Thread Ned Deily


Ned Deily  added the comment:


New changeset dc20d9d1026282a2879992f4cef517a270c8a467 by Ned Deily (Miss 
Islington (bot)) in branch '3.7':
bpo-33800: Fix default argument for parameter dict_type of 
ConfigParser/RawConfigParser (GH-7494) (GH-7542)
https://github.com/python/cpython/commit/dc20d9d1026282a2879992f4cef517a270c8a467


--

___
Python tracker 

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



[issue33800] Fix default argument for parameter dict_type of ConfigParser/RawConfigParser

2018-06-08 Thread miss-islington


Change by miss-islington :


--
pull_requests: +7177

___
Python tracker 

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



[issue33800] Fix default argument for parameter dict_type of ConfigParser/RawConfigParser

2018-06-08 Thread Ned Deily

Ned Deily  added the comment:


New changeset 3b0b90c8c3b8161f0ae9005b83b9b6449d4a8476 by Ned Deily (Andrés 
Delfino) in branch 'master':
bpo-33800: Fix default argument for parameter dict_type of 
ConfigParser/RawConfigParser (GH-7494)
https://github.com/python/cpython/commit/3b0b90c8c3b8161f0ae9005b83b9b6449d4a8476


--
nosy: +ned.deily

___
Python tracker 

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



[issue33800] Fix default argument for parameter dict_type of ConfigParser/RawConfigParser

2018-06-07 Thread Andrés Delfino

Change by Andrés Delfino :


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

___
Python tracker 

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



[issue33800] Fix default argument for parameter dict_type of ConfigParser/RawConfigParser

2018-06-07 Thread Andrés Delfino

New submission from Andrés Delfino :

Default argument of parameter dict_type of ConfigParser/RawConfigParser is 
shown as "collections.OrderedDict", while it recently migrated to "dict".

PR fixes this, documents the change to dict, and fixes a versionchanged changed 
directive in "items" with wrong indentation.

--
assignee: docs@python
components: Documentation
messages: 318968
nosy: adelfino, docs@python
priority: normal
severity: normal
status: open
title: Fix default argument for parameter dict_type of 
ConfigParser/RawConfigParser
type: enhancement
versions: Python 3.8

___
Python tracker 

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