From b49eaee216142ad6eab5ad437aea44b7897baf84 Mon Sep 17 00:00:00 2001 From: Jack Lloyd Date: Tue, 24 Jan 2017 06:53:08 -0500 Subject: Complete the rename of Python wrapper Where referenced in CI scripts, docs and such --- doc/contributing.rst | 4 ++-- doc/downloads.rst | 0 doc/manual/building.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 doc/downloads.rst (limited to 'doc') diff --git a/doc/contributing.rst b/doc/contributing.rst index 5aaf3d61c..092fe2fcd 100644 --- a/doc/contributing.rst +++ b/doc/contributing.rst @@ -11,7 +11,7 @@ Under ``src`` there are directories example ``build-data/cc/gcc.txt`` describes various gcc options. * ``scripts`` contains misc scripts: install, distribution, various codegen things. Scripts controlling CI go under ``scripts/ci``. -* ``python/botan.py`` is the Python ctypes wrapper +* ``python/botan2.py`` is the Python ctypes wrapper Library Layout ======================================== @@ -103,7 +103,7 @@ PyPy, etc is great when viable (in the sense of not causing problems for 2.7 or program succesfully is required for a working build making it as portable as possible is considered key. -The python wrapper botan.py targets CPython 2.7, 3.x, and latest PyPy. Note that +The python wrapper botan2.py targets CPython 2.7, 3.x, and latest PyPy. Note that a single file is used to avoid dealing with any of Python's various crazy module distribution issues. diff --git a/doc/downloads.rst b/doc/downloads.rst new file mode 100644 index 000000000..e69de29bb diff --git a/doc/manual/building.rst b/doc/manual/building.rst index 5e09d1569..9c0dc0ab1 100644 --- a/doc/manual/building.rst +++ b/doc/manual/building.rst @@ -409,7 +409,7 @@ Building the Python wrappers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The Python wrappers for Botan use ctypes and the C89 API so no special -build step is required, just import botan.py +build step is required, just import botan2.py See :doc:`Python Bindings ` for more information about the Python bindings. -- cgit v1.2.3