X Tutup
Skip to content

bpo-32159: Remove tools for CVS and Subversion#4615

Merged
vstinner merged 2 commits intopython:masterfrom
vstinner:remove_svn
Nov 28, 2017
Merged

bpo-32159: Remove tools for CVS and Subversion#4615
vstinner merged 2 commits intopython:masterfrom
vstinner:remove_svn

Conversation

@vstinner
Copy link
Member

@vstinner vstinner commented Nov 28, 2017

CPython migrated from CVS to Subversion, to Mercurial, and then to
Git. CVS and Subversion are not more used to develop CPython.

  • platform module: drop support for sys.subversion. The
    sys.subversion attribute has been removed in Python 3.3.
  • Remove Misc/svnmap.txt
  • Remove Tools/scripts/svneol.py
  • Remove Tools/scripts/treesync.py

https://bugs.python.org/issue32159

@Mariatta
Copy link
Member

I think there should be a news entry under "Tools" section that cvs and svn have been removed.

CPython migrated from CVS to Subversion, to Mercurial, and then to
Git. CVS and Subversion are not more used to develop CPython.

* platform module: drop support for sys.subversion. The
  sys.subversion attribute has been removed in Python 3.3.
* Remove Misc/svnmap.txt
* Remove Tools/scripts/svneol.py
* Remove Tools/scripts/treesync.py
@vstinner vstinner changed the title Remove tools for CVS and Subversion bpo-32159: Remove tools for CVS and Subversion Nov 28, 2017
@vstinner
Copy link
Member Author

I think there should be a news entry under "Tools" section that cvs and svn have been removed.

Sure! Done.

@Mariatta
Copy link
Member

Thanks @vstinner :) I hope it's ok that I changed the wording in the news entry a bit, from not more used to no longer used.

@vstinner
Copy link
Member Author

Thanks @vstinner :) I hope it's ok that I changed the wording in the news entry a bit, from not more used to no longer used.

Sure, thank you for doing that.

@vstinner vstinner merged commit fe2d5ba into python:master Nov 28, 2017
@vstinner vstinner deleted the remove_svn branch November 28, 2017 21:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

X Tutup