From 9bc2cd89f4d342c6dae2ee6fae4861ebbae69f85 Mon Sep 17 00:00:00 2001 From: Jon Brandvein Date: Wed, 3 Apr 2019 17:13:57 -0400 Subject: [PATCH] Mark Python toolchain proposal as formally accepted (#166) --- proposals/2019-02-12-design-for-a-python-toolchain.md | 5 +++-- proposals/README.md | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/proposals/2019-02-12-design-for-a-python-toolchain.md b/proposals/2019-02-12-design-for-a-python-toolchain.md index 2002384afd..0d45866107 100644 --- a/proposals/2019-02-12-design-for-a-python-toolchain.md +++ b/proposals/2019-02-12-design-for-a-python-toolchain.md @@ -1,8 +1,8 @@ --- title: Design for a Python Toolchain -status: In review +status: Accepted created: 2019-02-12 -updated: 2019-02-15 +updated: 2019-02-21 authors: - [brandjon@](https://github.com/brandjon) reviewers: @@ -244,3 +244,4 @@ Date | Change 2019-02-12 | Initial version 2019-02-14 | Make `PyRuntimeInfo` natively defined 2019-02-15 | Clarify platform runtime vs in-build runtime +2019-02-21 | Formal approval diff --git a/proposals/README.md b/proposals/README.md index 77b87ecb6e..36a8a0b7d3 100644 --- a/proposals/README.md +++ b/proposals/README.md @@ -6,6 +6,6 @@ Proposals that impact native code are also indexed by [bazelbuild/proposals](htt Last updated | Status | Title | Author(s) ------------ | ------------- | ------| --------- -2019-02-15 | Draft | [Design for a Python Toolchain](https://github.com/bazelbuild/rules_python/blob/master/proposals/2019-02-12-design-for-a-python-toolchain.md) | [brandjon@](https://github.com/brandjon) +2019-02-21 | Accepted | [Design for a Python Toolchain](https://github.com/bazelbuild/rules_python/blob/master/proposals/2019-02-12-design-for-a-python-toolchain.md) | [brandjon@](https://github.com/brandjon) 2018-11-09 | Draft | [Customizing the Python Stub Template](https://github.com/bazelbuild/rules_python/blob/master/proposals/2018-11-08-customizing-the-python-stub-template.md) | [brandjon@](https://github.com/brandjon) 2019-01-11 | Accepted | [Selecting Between Python 2 and 3](https://github.com/bazelbuild/rules_python/blob/master/proposals/2018-10-25-selecting-between-python-2-and-3.md) | [brandjon@](https://github.com/brandjon)