diff options
author | Nick Coghlan <ncoghlan@gmail.com> | 2014-07-25 21:52:14 +1000 |
---|---|---|
committer | Nick Coghlan <ncoghlan@gmail.com> | 2014-07-25 21:52:14 +1000 |
commit | 973fe0ba7adb081b81f319b924f9bbb50b2b1345 (patch) | |
tree | 5b386540c29cbf34abbceb101c13377ae3760c71 /Python | |
parent | d6766ae434fd09130863af913a8193641e51b91c (diff) | |
download | cpython-git-973fe0ba7adb081b81f319b924f9bbb50b2b1345.tar.gz |
Issue #18093: Factor out the programs that embed the runtime
Diffstat (limited to 'Python')
-rw-r--r-- | Python/README | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Python/README b/Python/README new file mode 100644 index 0000000000..153b628bd5 --- /dev/null +++ b/Python/README @@ -0,0 +1 @@ +Miscellaneous source files for the main Python shared library |