Skip to content

Commit

Permalink
Update cpython branch to receive the changed files in the same form a…
Browse files Browse the repository at this point in the history
…s found upstream.
  • Loading branch information
jaraco committed Apr 14, 2024
1 parent 69ab163 commit 0187adf
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 1,423 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1,354 changes: 0 additions & 1,354 deletions configparser.rst

This file was deleted.

11 changes: 0 additions & 11 deletions src/backports/__init__.py

This file was deleted.

52 changes: 0 additions & 52 deletions src/configparser.py

This file was deleted.

11 changes: 5 additions & 6 deletions sync-upstream
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,11 @@ gh_api = sessions.BaseUrlSession(
'https://api.github.com/repos/python/cpython/')

file_map = {
'Lib/configparser.py': 'src/backports/configparser/__init__.py',
'Lib/test/test_configparser.py': 'src/test_configparser.py',
'Lib/test/cfgparser.1': 'src/cfgparser.1',
'Lib/test/cfgparser.2': 'src/cfgparser.2',
'Lib/test/cfgparser.3': 'src/cfgparser.3',
'Doc/library/configparser.rst': 'configparser.rst',
'Lib/configparser.py': 'Lib/configparser.py',
'Lib/test/test_configparser.py': 'Lib/test/test_configparser.py',
'Lib/test/configdata/cfgparser.1': 'Lib/test/configdata/cfgparser.1',
'Lib/test/configdata/cfgparser.2': 'Lib/test/configdata/cfgparser.2',
'Lib/test/configdata/cfgparser.3': 'Lib/test/configdata/cfgparser.3',
}


Expand Down

0 comments on commit 0187adf

Please sign in to comment.