We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d62f21 commit 1ac438fCopy full SHA for 1ac438f
1 file changed
peps/pep-0750.rst
@@ -1283,6 +1283,11 @@ Previous versions of this PEP proposed placing the ``Template`` and
1283
and even in a new top-level module, ``templatelib``. The final decision was to
1284
place them in ``string.templatelib``.
1285
1286
+One argument in favor of creating an entirely new module is that it would allow
1287
+for future addition of related methods (like ``convert()``) and for
1288
+potential future template processing code to be added to submodules
1289
+(``string.templatelib.shell``, etc.).
1290
+
1291
1292
Enable Full Reconstruction of Original Template Literal
1293
-------------------------------------------------------
0 commit comments