https://github.com/python/cpython/commit/2c9911abe6e07a96407fe52b2b12b6c694d1e7af commit: 2c9911abe6e07a96407fe52b2b12b6c694d1e7af branch: main author: Zachary Ware <[email protected]> committer: zware <[email protected]> date: 2024-11-20T18:52:46Z summary:
Move NEWS entries out of directories with spaces (GH-127067) Cleanup after GH-126063, including moving the `README.rst` files to the new directories. files: A Misc/NEWS.d/next/C_API/2024-07-03-13-39-13.gh-issue-121058.MKi1MV.rst A Misc/NEWS.d/next/C_API/README.rst A Misc/NEWS.d/next/Core_and_Builtins/README.rst D Misc/NEWS.d/next/C API/2024-07-03-13-39-13.gh-issue-121058.MKi1MV.rst D Misc/NEWS.d/next/C API/README.rst D Misc/NEWS.d/next/Core and Builtins/README.rst diff --git a/Misc/NEWS.d/next/C API/2024-07-03-13-39-13.gh-issue-121058.MKi1MV.rst b/Misc/NEWS.d/next/C_API/2024-07-03-13-39-13.gh-issue-121058.MKi1MV.rst similarity index 100% rename from Misc/NEWS.d/next/C API/2024-07-03-13-39-13.gh-issue-121058.MKi1MV.rst rename to Misc/NEWS.d/next/C_API/2024-07-03-13-39-13.gh-issue-121058.MKi1MV.rst diff --git a/Misc/NEWS.d/next/C API/README.rst b/Misc/NEWS.d/next/C_API/README.rst similarity index 100% rename from Misc/NEWS.d/next/C API/README.rst rename to Misc/NEWS.d/next/C_API/README.rst diff --git a/Misc/NEWS.d/next/Core and Builtins/README.rst b/Misc/NEWS.d/next/Core_and_Builtins/README.rst similarity index 100% rename from Misc/NEWS.d/next/Core and Builtins/README.rst rename to Misc/NEWS.d/next/Core_and_Builtins/README.rst _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: [email protected]
