File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -67,6 +67,9 @@ Unreleased changes template.
6767 ([ #1169 ] ( https://github.com/bazelbuild/rules_python/issues/1169 ) ).
6868* (gazelle) Don't collapse depsets to a list or into args when generating the modules mapping file.
6969 Support spilling modules mapping args into a params file.
70+ * (pypi) From now on ` python ` invocations in repository and module extension
71+ evaluation contexts will invoke Python interpreter with ` -B ` to avoid
72+ creating ` .pyc ` files.
7073
7174{#v0-0-0-added}
7275### Added
@@ -117,9 +120,6 @@ Unreleased changes template.
117120 {obj}` --venvs_use_declare_symlink=no ` to have it not create symlinks at
118121 build time (they will be created at runtime instead).
119122 (Fixes [ #2489 ] ( https://github.com/bazelbuild/rules_python/issues/2489 ) )
120- * (pypi) From now on ` python ` invocations in repository and module extension
121- evaluation contexts will invoke Python interpreter with ` -B ` to avoid
122- creating ` .pyc ` files.
123123
124124{#v1-2-0-added}
125125### Added
You can’t perform that action at this time.
0 commit comments