This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients pablogsal, vstinner
Date 2019-05-24.22:02:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Once Python 3.8 beta1 will be released, it would be interesting to patch all projects that I had to be fixed to handle the new "posonlyargcount" to use the new "replace()" method is available.

Maybe even remove the fix for Python 3.8 alpha 4 and only use use replace() on Python 3.8 and newer.
History
Date User Action Args
2019-05-24 22:02:59vstinnersetrecipients: + vstinner, pablogsal
2019-05-24 22:02:59vstinnersetmessageid: <[email protected]>
2019-05-24 22:02:59vstinnerlinkissue37032 messages
2019-05-24 22:02:59vstinnercreate