| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Still buggy
* Rename expr to expression, conv to conversion * Move templatelib under string lib * Add strings lib to LIBSUBDIRS * Update type of Template/TemplateIter/Interpolation
Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>
|
Oh, I messed up, sorry. I clicked "merge main", but it was a long process :( |
Sorry, something went wrong.
|
Oops, I was too late. 😆 |
Sorry, something went wrong.
There was a problem hiding this comment.
One question and LGTM.
Sorry, something went wrong.
There was a problem hiding this comment.
I'm not convinced about adding string/templatelib.py instead of adding the new types to types.
Either way, the C module is unnecessary.
Sorry, something went wrong.
|
When you're done making the requested changes, leave the comment: I have made the requested changes; please review again. |
Sorry, something went wrong.
|
@markshannon Thanks for the review! I've removed the _templatelib extension. Regarding the types vs string.templatelib discussion, I don't have a strong opinion either way, but it feels that it's too late for it to be reopened. The SC made their decision and I think we should go with it. We're a week away from the beta freeze and I'd like to get this PR in. |
Sorry, something went wrong.
|
In my humble opinion we should not add to types what we can add to some other semantically named module. |
Sorry, something went wrong.
|
🤖 New build scheduled with the buildbot fleet by @lysnikolaou for commit 0b1aef9 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F132662%2Fmerge If you want to schedule another build, you need to add the 🔨 test-with-buildbots label again. |
Sorry, something went wrong.
I'm fine with you merging this now. It is only a small change to move the code to types.py in another PR if that's what we decide we want. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
PEP 750 implementation! 🎉
Let's make sure as many people as possible take a look at this, since it's touching many areas that I've not worked on before.
📚 Documentation preview 📚: https://cpython-previews--132662.org.readthedocs.build/