<div dir="ltr"><div><div>Here is the latest version of the PEP. Since no one seems to be bringing up issues of missing steps or incorrect priorities, I think it's time to start work! The initial key todos relate to getting the ancillary PEPs moved over. I've taken on responsibility for writing the CLA bot (the pre-existing solutions don't seem to be maintained or are locked down to specific CLA signing solutions). The remaining items are:</div><div><br></div><div>- Create a 'python-dev' team</div><div>- Define commands to move a Mercurial repository to Git</div><div>- Adding GitHub username support to <a href="http://bugs.python.org">bugs.python.org</a></div></div><div><div>- How to update peps webpages from the future Git repo</div><div>- How to update the devguide webpages from the future Git repo</div></div><div><br></div><div>If anyone wants to step forward and help, then please do! I just ask you keep all of us up-to-date on what's going on. And if people want to work on some other task that's related to the cpython repo then that's fine as well, but do realize it might be quite a while before your work gets used (if at all, as things could potentially change).</div><div><br></div><div>----------</div><div>PEP: 512</div><div>Title: Migrating from <a href="http://hg.python.org">hg.python.org</a> to GitHub</div><div>Version: $Revision$</div><div>Last-Modified: $Date$</div><div>Author: Brett Cannon <<a href="mailto:brett@python.org">brett@python.org</a>></div><div>Discussions-To: <a href="mailto:core-workflow@python.org">core-workflow@python.org</a></div><div>Status: Active</div><div>Type: Process</div><div>Content-Type: text/x-rst</div><div>Created: 17-Jan-2015</div><div>Post-History: 17-Jan-2016, 19-Jan-2016, 23-Jan-2016</div><div><br></div><div>Abstract</div><div>========</div><div>This PEP outlines the steps required to migrate Python's development</div><div>process from Mercurial [#hg]_ as hosted at</div><div><a href="http://hg.python.org">hg.python.org</a> [#h.p.o]_ to Git [#git]_ on GitHub [#GitHub]_. Meeting</div><div>the minimum goals of this PEP should allow for the development</div><div>process of Python to be as productive as it currently is, and meeting</div><div>its extended goals should improve it.</div><div><br></div><div>Rationale</div><div>=========</div><div>In 2014, it became obvious that Python's custom development</div><div>process was becoming a hindrance. As an example, for an external</div><div>contributor to submit a fix for a bug that eventually was committed,</div><div>the basic steps were:</div><div><br></div><div>1. Open an issue for the bug at <a href="http://bugs.python.org">bugs.python.org</a> [#b.p.o]_.</div><div>2. Checkout out the CPython source code from <a href="http://hg.python.org">hg.python.org</a> [#h.p.o]_.</div><div>3. Make the fix.</div><div>4. Upload a patch.</div><div>5. Have a core developer review the patch using our fork of the</div><div>   Rietveld code review tool [#rietveld]_.</div><div>6. Download the patch to make sure it still applies cleanly.</div><div>7. Run the test suite manually.</div><div>8. Commit the change manually.</div><div>9. If the change was for a bugfix release, merge into the</div><div>   in-development branch.</div><div>10. Run the test suite manually again.</div><div>11. Commit the merge.</div><div>12. Push the changes.</div><div><br></div><div>This is a very heavy, manual process for core developers. Even in the</div><div>simple case, you could only possibly skip the code review step, as you</div><div>would still need to build the documentation. This led to patches</div><div>languishing on the issue tracker due to core developers not being</div><div>able to work through the backlog fast enough to keep up with</div><div>submissions. In turn, that led to a side-effect issue of discouraging</div><div>outside contribution due to frustration from lack of attention, which</div><div>is dangerous problem for an open source project as it runs counter to</div><div>having a viable future for the project. Simply accepting patches</div><div>uploaded to <a href="http://bugs.python.org">bugs.python.org</a> [#b.p.o]_ is potentially simple for an</div><div>external contributor, it is as slow and burdensome as it gets for</div><div>a core developer to work with.</div><div><br></div><div>Hence the decision was made in late 2014 that a move to a new</div><div>development process was needed. A request for PEPs</div><div>proposing new workflows was made, in the end leading to two:</div><div>PEP 481 and PEP 507 proposing GitHub [#github]_ and</div><div>GitLab [#gitlab]_, respectively.</div><div><br></div><div>The year 2015 was spent off-and-on working on those proposals and</div><div>trying to tease out details of what made them different from each</div><div>other on the core-workflow mailing list [#core-workflow]_.</div><div>PyCon US 2015 also showed that the community was a bit frustrated</div><div>with our process due to both cognitive overhead for new contributors</div><div>and how long it was taking for core developers to</div><div>look at a patch (see the end of Guido van Rossum's</div><div>keynote at PyCon US 2015 [#guido-keynote]_ as an example of the</div><div>frustration).</div><div><br></div><div>On January 1, 2016, the decision was made by Brett Cannon to move the</div><div>development process to GitHub. The key reasons for choosing GitHub</div><div>were [#reasons]_:</div><div><br></div><div>* Maintaining custom infrastructure has been a burden on volunteers</div><div>  (e.g., a custom fork of Rietveld [#rietveld]_</div><div>  that is not being maintained is currently being used).</div><div>* The custom workflow is very time-consuming for core developers</div><div>  (not enough automated tooling built to help support it).</div><div>* The custom workflow is a hindrance to external contributors</div><div>  (acts as a barrier of entry due to time required to ramp up on</div><div>  development process).</div><div>* There is no feature differentiating GitLab from GitHub beyond</div><div>  GitLab being open source.</div><div>* Familiarity with GitHub is far higher amongst core developers and</div><div>  external contributors than with GitLab.</div><div>* Our BDFL prefers GitHub (who would be the first person to tell</div><div>  you that his opinion shouldn't matter, but the person making the</div><div>  decision felt it was important that the BDFL feel comfortable with</div><div>  the workflow of his own programming language to encourage his</div><div>  continued participation).</div><div><br></div><div>There's even already an unofficial image to use to represent the</div><div>migration to GitHub [#pythocat]_.</div><div><br></div><div>The overarching goal of this migration is to improve the development</div><div>process to the extent that a core developer can go from external</div><div>contribution submission through all the steps leading to committing</div><div>said contribution all from within a browser on a tablet with WiFi</div><div>using *some* development process (this does not inherently mean</div><div>GitHub's default workflow). All of this will be done in such a way</div><div>that if an external contributor chooses not to use GitHub then they</div><div>will continue to have that option.</div><div><br></div><div>Repositories to Migrate</div><div>=======================</div><div>While <a href="http://hg.python.org">hg.python.org</a> [#h.p.o]_ hosts many repositories, there are only</div><div>five key repositories that should move:</div><div><br></div><div>1. devinabox [#devinabox-repo]_</div><div>2. benchmarks [#benchmarks-repo]_</div><div>3. peps [#peps-repo]_</div><div>4. devguide [#devguide-repo]_</div><div>5. cpython [#cpython-repo]_</div><div><br></div><div>The devinabox and benchmarks repositories are code-only.</div><div>The peps and devguide repositories involve the generation of webpages.</div><div>And the cpython repository has special requirements for integration</div><div>with <a href="http://bugs.python.org">bugs.python.org</a> [#b.p.o]_.</div><div><br></div><div>Migration Plan</div><div>==============</div><div>The migration plan is separated into sections based on what is</div><div>required to migrate the repositories listed in the</div><div>`Repositories to Migrate`_ section. Completion of requirements</div><div>outlined in each section should unblock the migration of the related</div><div>repositories. The sections are expected to be completed in order, but</div><div>not necessarily the requirements within a section.</div><div><br></div><div>Requirements for Code-Only Repositories</div><div>---------------------------------------</div><div>Completion of the requirements in this section will allow the</div><div>devinabox and benchmarks repositories to move to</div><div>GitHub. While devinabox has a sufficiently descriptive name, the</div><div>benchmarks repository does not; therefore, it will be named</div><div>"python-benchmark-suite".</div><div><br></div><div>Create a 'python-dev' team</div><div>''''''''''''''''''''''''''</div><div>To manage permissions, a 'python-dev' team will be created as part of</div><div>the python organization [#github-python-org]_. Any repository that is</div><div>moved will have the 'python-dev' team added to it with write</div><div>permissions [#github-org-perms]_. Anyone who previously had rights to</div><div>manage SSH keys on <a href="http://hg.python.org">hg.python.org</a> will become a team maintainer for the</div><div>'python-dev' team.</div><div><br></div><div>Define commands to move a Mercurial repository to Git</div><div>'''''''''''''''''''''''''''''''''''''''''''''''''''''</div><div>Since moving to GitHub also entails moving to Git [#git]_, we must</div><div>decide what tools and commands we will run to translate a Mercurial</div><div>repository to Git. The exact tools and steps to use are an</div><div>open issue; see `Tools and commands to move from Mercurial to Git`_.</div><div><br></div><div>CLA enforcement</div><div>'''''''''''''''</div><div>A key part of any open source project is making sure that its source</div><div>code can be properly licensed. This requires making sure all people</div><div>making contributions have signed a contributor license agreement</div><div>(CLA) [#cla]_. Up until now, enforcement of CLA signing of</div><div>contributed code has been enforced by core developers checking</div><div>whether someone had an ``*`` by their username on</div><div><a href="http://bugs.python.org">bugs.python.org</a> [#b.p.o]_. With this migration, the plan is to start</div><div>off with automated checking and enforcement of contributors signing</div><div>the CLA.</div><div><br></div><div>Adding GitHub username support to <a href="http://bugs.python.org">bugs.python.org</a></div><div>+++++++++++++++++++++++++++++++++++++++++++++++++</div><div>To keep tracking of CLA signing under the direct control of the PSF,</div><div>tracking who has signed the PSF CLA will be continued by marking that</div><div>fact as part of someone's <a href="http://bugs.python.org">bugs.python.org</a> user profile. What this</div><div>means is that an association will be needed between a person's</div><div><a href="http://bugs.python.org">bugs.python.org</a> [#b.p.o]_ account and their GitHub account, which</div><div>will be done through a new field in a user's profile.</div><div><br></div><div>This does implicitly require that contributors will need both a</div><div>GitHub [#github]_ and <a href="http://bugs.python.org">bugs.python.org</a> account in order to sign the</div><div>CLA and contribute through GitHub.</div><div><br></div><div>A bot to enforce CLA signing</div><div>++++++++++++++++++++++++++++</div><div>With an association between someone's GitHub account and their</div><div><a href="http://bugs.python.org">bugs.python.org</a> [#b.p.o]_ account, which has the data as to whether</div><div>someone has signed the CLA, a bot can monitor pull requests on</div><div>GitHub and denote whether the contributor has signed the CLA.</div><div><br></div><div>If the user has signed the CLA, the bot will add a positive label to</div><div>the issue to denote the pull request has no CLA issues (e.g., a green</div><div>label stating, "CLA: ✓"). If the contributor has not signed a CLA,</div><div>a negative label will be added to the pull request will be blocked</div><div>using GitHub's status API (e.g., a red label stating, "CLA: ✗"). If a</div><div>contributor lacks a <a href="http://bugs.python.org">bugs.python.org</a> account, that will lead to</div><div>another label (e.g., "CLA: ✗ (no account)"). Using a label for both</div><div>positive and negative cases provides a fallback notification if the</div><div>bot happens to fail, preventing potential false-positives or</div><div>false-negatives. It also allows for an easy way to trigger the bot</div><div>again by simply removing a CLA-related label.</div><div><br></div><div>If no pre-existing, maintained bot exists that fits our needs, one</div><div>will be written from scratch. It will be hosted on Heroku [#heroku]_</div><div>and written to target Python 3.5 to act as a showcase for</div><div>asynchronous programming. The bot's actual name is an open issue:</div><div>`Naming the bots`_</div><div><br></div><div>Requirements for Web-Related Repositories</div><div>-----------------------------------------</div><div>Due to their use for generating webpages, the</div><div>devguide [#devguide-repo]_ and peps [#peps-repo]_ repositories need</div><div>their respective processes updated to pull from their new Git</div><div>repositories.</div><div><br></div><div>The devguide repository might also need to be named</div><div>``python-devguide`` to make sure the repository is not ambiguous</div><div>when viewed in isolation from the</div><div>python organization [#github-python-org]_.</div><div><br></div><div>Requirements for the cpython Repository</div><div>---------------------------------------</div><div>Obviously the most active and important repository currently hosted</div><div>at <a href="http://hg.python.org">hg.python.org</a> [#h.p.o]_ is the cpython</div><div>repository [#cpython-repo]_. Because of its importance and high-</div><div>frequency use, it requires more tooling before being moved to GitHub</div><div>compared to the other repositories mentioned in this PEP.</div><div><br></div><div>Document steps to commit a pull request</div><div>'''''''''''''''''''''''''''''''''''''''</div><div>During the process of choosing a new development workflow, it was</div><div>decided that a linear history is desired. People preferred having a</div><div>single commit representing a single change instead of having a set of</div><div>unrelated commits lead to a merge commit that represented a single</div><div>change. This means that the convenient "Merge" button in GitHub pull</div><div>requests is undesirable, as it creates a merge commit along with all</div><div>of the contributor's individual commits (this does not affect the</div><div>other repositories where the desire for a linear history doesn't</div><div>exist).</div><div><br></div><div>Luckily, Git [#git]_ does not require GitHub's workflow and so one can</div><div>be chosen which gives us a linear history by using Git's CLI. The</div><div>expectation is that all pull requests will be fast-forwarded and</div><div>rebased before being pushed to the master repository. This should</div><div>give proper attribution to the pull request author in the Git</div><div>history. This does have the consequence of losing some GitHub</div><div>features such as automatic closing of pull requests, link generation,</div><div>etc.</div><div><br></div><div>A second set of recommended commands will also be written for</div><div>committing a contribution from a patch file uploaded to</div><div><a href="http://bugs.python.org">bugs.python.org</a> [#b.p.o]_. This will obviously help keep the linear</div><div>history, but it will need to be made to have attribution to the patch</div><div>author.</div><div><br></div><div>The exact sequence of commands that will be given as guidelines to</div><div>core developers is an open issue:</div><div>`Git CLI commands for committing a pull request to cpython`_.</div><div><br></div><div>Handling Misc/NEWS</div><div>''''''''''''''''''</div><div>Traditionally the ``Misc/NEWS`` file [#news-file]_ has been problematic</div><div>for changes which spanned Python releases. Often times there will be</div><div>merge conflicts when committing a change between e.g., 3.5 and 3.6</div><div>only in the ``Misc/NEWS`` file. It's so common, in fact, that the</div><div>example instructions in the devguide explicitly mention how to</div><div>resolve conflicts in the ``Misc/NEWS`` file</div><div>[#devguide-merge-across-branches]_. As part of our tool</div><div>modernization, working with the ``Misc/NEWS`` file will be</div><div>simplified.</div><div><br></div><div>There are currently two competing approaches to solving the</div><div>``Misc/NEWS`` problem which are discussed in an open issue:</div><div>`How to handle the Misc/NEWS file`_.</div><div><br></div><div>Handling Misc/ACKS</div><div>''''''''''''''''''</div><div>Traditionally the ``Misc/ACKS`` file [#acks-file]_ has been managed</div><div>by hand. But thanks to Git supporting an ``author`` value as well as</div><div>a ``committer`` value per commit, authorship of a commit can be part</div><div>of the history of the code itself.</div><div><br></div><div>As such, manual management of ``Misc/ACKS`` will become optional. A</div><div>script will be written that will collect all author and committer</div><div>names and merge them into ``Misc/ACKS`` with all of the names listed</div><div>prior to the move to Git. Running this script will become part of the</div><div>release process.</div><div><br></div><div>Linking pull requests to issues</div><div>'''''''''''''''''''''''''''''''</div><div>Historically, external contributions were attached to an issue on</div><div><a href="http://bugs.python.org">bugs.python.org</a> [#b.p.o]_ thanks to the fact that all external</div><div>contributions were uploaded as a file. For changes committed by a</div><div>core developer who committed a change directly, the specifying of an</div><div>issue number in the commit message of the format ``Issue #`` at the</div><div>start of the message led to a comment being posted to the issue</div><div>linking to the commit.</div><div><br></div><div>Linking a pull request to an issue</div><div>++++++++++++++++++++++++++++++++++</div><div>An association between a pull request and an issue is needed to track</div><div>when a fix has been proposed. The association needs to be many-to-one</div><div>as there can take multiple pull requests to solve a single issue</div><div>(technically it should be a many-to-many association for when a</div><div>single fix solves multiple issues, but this is fairly rare and issues</div><div>can be merged into one using the ``Superseder`` field on the issue</div><div>tracker).</div><div><br></div><div>Association between a pull request and an issue will be done based on</div><div>detecting the regular expression``[Ii]ssue #(?P<bpo_id>\d+)``. If</div><div>this is specified in either the title or in the body of a message on</div><div>a pull request then connection will be made on</div><div><a href="http://bugs.python.org">bugs.python.org</a> [#b.p.o]_. A label will also be added to the pull</div><div>request to signify that the connection was made successfully. This</div><div>could lead to incorrect associations if the wrong issue or</div><div>referencing another issue was done, but these are rare occasions.</div><div><br></div><div>Notify the issue if the pull request is committed</div><div>+++++++++++++++++++++++++++++++++++++++++++++++++</div><div>Once a pull request is closed (merged or not), the issue should be</div><div>updated to reflect this fact.</div><div><br></div><div>Update linking service for mapping commit IDs to URLs</div><div>'''''''''''''''''''''''''''''''''''''''''''''''''''''</div><div>Currently you can use <a href="https://hg.python.org/lookup/">https://hg.python.org/lookup/</a> with a revision</div><div>ID from either the Subversion or Mercurial copies of the</div><div>cpython repo [#cpython-repo]_ to get redirected to the URL for that</div><div>revision in the Mercurial repository. The URL rewriter will need to</div><div>be updated to redirect to the Git repository and to support the new</div><div>revision IDs created for the Git repository.</div><div><br></div><div>Create <a href="https://git.python.org">https://git.python.org</a></div><div>'''''''''''''''''''''''''''''</div><div>Just as <a href="http://hg.python.org">hg.python.org</a> [#h.p.o]_ currently points to the Mercurial</div><div>repository for Python, <a href="http://git.python.org">git.python.org</a> should do the equivalent for</div><div>the Git repository.</div><div><br></div><div>Backup of pull request data</div><div>'''''''''''''''''''''''''''</div><div>Since GitHub [#github]_ is going to be used for code hosting and code</div><div>review, those two things need to be backed up. In the case of code</div><div>hosting, the backup is implicit as all non-shallow Git [#git]_ clones</div><div>contain the full history of the repository, hence there will be many</div><div>backups of the repository.</div><div><br></div><div>The code review history does not have the same implicit backup</div><div>mechanism as the repository itself. That means a daily backup of code</div><div>review history should be done so that it is not lost in case of any</div><div>issues with GitHub. It also helps guarantee that a migration from</div><div>GitHub to some other code review system is feasible were GitHub to</div><div>disappear overnight.</div><div><br></div><div>Deprecate sys._mercurial</div><div>''''''''''''''''''''''''</div><div>Once Python is no longer kept in Mercurial, the ``sys._mercurial``</div><div>attribute will need to be changed to return ``('CPython', '', '')``.</div><div>An equivalent ``sys._git`` attribute will be added which fulfills the</div><div>same use-cases.</div><div><br></div><div>Update the devguide</div><div>'''''''''''''''''''</div><div>The devguide will need to be updated with details of the new</div><div>workflow. Mostly likely work will take place in a separate branch</div><div>until the migration actually occurs.</div><div><br></div><div>Update PEP 101</div><div>''''''''''''''</div><div>The release process will need to be updated as necessary.</div><div><br></div><div>Optional, Planned Features</div><div>--------------------------</div><div>Once the cpython repository [#cpython-repo]_ is migrated, all</div><div>repositories will have been moved to GitHub [#github]_ and the</div><div>development process should be on equal footing as before. But a key</div><div>reason for this migration is to improve the development process,</div><div>making it better than it has ever been. This section outlines some</div><div>plans on how to improve things.</div><div><br></div><div>It should be mentioned that overall feature planning for</div><div><a href="http://bugs.python.org">bugs.python.org</a> [#b.p.o]_ -- which includes plans independent of this</div><div>migration -- are tracked on their own wiki page [#tracker-plans]_.</div><div><br></div><div>Bot to handle pull request merging</div><div>''''''''''''''''''''''''''''''''''</div><div>As stated in the section entitled</div><div>"`Document steps to commit a pull request`_", the desire is to</div><div>maintain a linear history for cpython. Unfortunately,</div><div>Github's [#github]_ web-based workflow does not support a linear</div><div>history. Because of this, a bot should be written to substitute for</div><div>GitHub's in-browser commit abilities.</div><div><br></div><div>To start, the bot should accept commands to commit a pull request</div><div>against a list of branches. This allows for committing a pull request</div><div>that fixes a bug in multiple versions of Python.</div><div><br></div><div>More advanced features such as a commit queue can come later. This</div><div>would linearly apply accepted pull requests and verify that the</div><div>commits did not interfere with each other by running the test suite</div><div>and backing out commits if the test run failed. To help facilitate</div><div>the speed of testing, all patches committed since the last test run</div><div>can be applied and run in a single test run as the optimistic</div><div>assumption is that the patches will work in tandem. Some mechanism to</div><div>re-run the tests in case of test flakiness will be needed, whether it</div><div>is from removing a "test failed" label, web interface for core</div><div>developers to trigger another testing event, etc.</div><div><br></div><div>Inspiration or basis of the bot could be taken from pre-existig bots</div><div>such as Homu [#homu]_ or Zuul [#zuul]_.</div><div><br></div><div>The name given to this bot in order to give it commands is an open</div><div>issue: `Naming the bots`_.</div><div><br></div><div>Continuous integration per pull request</div><div>'''''''''''''''''''''''''''''''''''''''</div><div>To help speed up pull request approvals, continuous integration</div><div>testing should be used. This helps mitigate the need for a core</div><div>developer to download a patch simply to run the test suite against</div><div>the patch.</div><div><br></div><div>Which free CI service to use is an open issue:</div><div>`Choosing a CI service`_.</div><div><br></div><div>Test coverage report</div><div>''''''''''''''''''''</div><div>Getting an up-to-date test coverage report for Python's standard</div><div>library would be extremely beneficial as generating such a report can</div><div>take quite a while to produce.</div><div><br></div><div>There are a couple pre-existing services that provide free test</div><div>coverage for open source projects. Which option is best is an open</div><div>issue: `Choosing a test coverage service`_.</div><div><br></div><div>Notifying issues of pull request comments</div><div>'''''''''''''''''''''''''''''''''''''''''</div><div>The current development process does not include notifying an issue</div><div>on <a href="http://bugs.python.org">bugs.python.org</a> [#b.p.o]_ when a review comment is left on</div><div>Rietveld [#rietveld]_. It would be nice to fix this so that people</div><div>can subscribe only to comments at <a href="http://bugs.python.org">bugs.python.org</a> and not</div><div>GitHub [#github]_ and yet still know when something occurs on GitHub</div><div>in terms of review comments on relevant pull requests. Current</div><div>thinking is to post a comment to <a href="http://bugs.python.org">bugs.python.org</a> to the relevant</div><div>issue when at least one review comment has been made over a certain</div><div>period of time (e.g., 15 or 30 minutes). This keeps the email volume</div><div>down for those that receive both GitHub and <a href="http://bugs.python.org">bugs.python.org</a> email</div><div>notifications while still making sure that those only following</div><div><a href="http://bugs.python.org">bugs.python.org</a> know when there might be a review comment to address.</div><div><br></div><div>Allow <a href="http://bugs.python.org">bugs.python.org</a> to use GitHub as a login provider</div><div>'''''''''''''''''''''''''''''''''''''''''''''''''''''''</div><div>As of right now, <a href="http://bugs.python.org">bugs.python.org</a> [#b.p.o]_ allows people to log in</div><div>using Google, Launchpad, or OpenID credentials. It would be good to</div><div>expand this to GitHub credentials.</div><div><br></div><div>Web hooks for re-generating web content</div><div>'''''''''''''''''''''''''''''''''''''''</div><div>The content at <a href="https://docs.python.org/">https://docs.python.org/</a>,</div><div><a href="https://docs.python.org/devguide">https://docs.python.org/devguide</a>, and</div><div><a href="https://www.python.org/dev/peps/">https://www.python.org/dev/peps/</a> are all derived from files kept in</div><div>one of the repositories to be moved as part of this migration. As</div><div>such, it would be nice to set up appropriate webhooks to trigger</div><div>rebuilding the appropriate web content when the files they are based</div><div>on change instead of having to wait for, e.g., a cronjob to trigger.</div><div><br></div><div>Link web content back to files that it is generated from</div><div>''''''''''''''''''''''''''''''''''''''''''''''''''''''''</div><div>It would be helpful for people who find issues with any of the</div><div>documentation that is generated from a file to have a link on each</div><div>page which points back to the file on GitHub [#github]_ that stores</div><div>the content of the page. That would allow for quick pull requests to</div><div>fix simple things such as spelling mistakes.</div><div><br></div><div>Splitting out parts of the documentation into their own repositories</div><div>''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''</div><div>While certain parts of the documentation at <a href="https://docs.python.org">https://docs.python.org</a></div><div>change with the code, other parts are fairly static and are not</div><div>tightly bound to the CPython code itself. The following sections of</div><div>the documentation fit this category of slow-changing,</div><div>loosely-coupled:</div><div><br></div><div>* `Tutorial <<a href="https://docs.python.org/3/tutorial/index.html">https://docs.python.org/3/tutorial/index.html</a>>`__</div><div>* `Python Setup and Usage <<a href="https://docs.python.org/3/using/index.html">https://docs.python.org/3/using/index.html</a>>`__</div><div>* `HOWTOs <<a href="https://docs.python.org/3/howto/index.html">https://docs.python.org/3/howto/index.html</a>>`__</div><div>* `Installing Python Modules <<a href="https://docs.python.org/3/installing/index.html">https://docs.python.org/3/installing/index.html</a>>`__</div><div>* `Distributing Python Modules <<a href="https://docs.python.org/3/distributing/index.html">https://docs.python.org/3/distributing/index.html</a>>`__</div><div>* `Extending and Embedding <<a href="https://docs.python.org/3/extending/index.html">https://docs.python.org/3/extending/index.html</a>>`__</div><div>* `FAQs <<a href="https://docs.python.org/3/faq/index.html">https://docs.python.org/3/faq/index.html</a>>`__</div><div><br></div><div>These parts of the documentation could be broken out into their own</div><div>repositories to simplify their maintenance and to expand who has</div><div>commit rights to them to ease in their maintenance.</div><div><br></div><div>It has also been suggested to split out the</div><div>`What's New <<a href="https://docs.python.org/3/whatsnew/index.html">https://docs.python.org/3/whatsnew/index.html</a>>`__</div><div>documents. That would require deciding whether a workflow could be</div><div>developed where it would be difficult to forget to update</div><div>What's New (potentially through a label added to PRs, like</div><div>"What's New needed").</div><div><br></div><div>Backup of Git repositories</div><div>''''''''''''''''''''''''''</div><div>While not necessary, it would be good to have official backups of the</div><div>various Git repositories for disaster protection. It will be up to</div><div>the PSF infrastructure committee to decide if this is worthwhile or</div><div>unnecessary.</div><div><br></div><div>Status</div><div>======</div><div>Requirements for migrating the devinabox [#devinabox-repo]_ and</div><div>benchmarks [#benchmarks-repo]_ repositories:</div><div><br></div><div>* Not started</div><div><br></div><div>  - `Create a 'python-dev' team`_</div><div>  - `Define commands to move a Mercurial repository to Git`_</div><div>  - `Adding GitHub username support to <a href="http://bugs.python.org">bugs.python.org</a>`_</div><div><br></div><div>* In progress</div><div><br></div><div>    - `A bot to enforce CLA signing`_:</div><div>      <a href="https://github.com/brettcannon/knights-who-say-ni">https://github.com/brettcannon/knights-who-say-ni</a> (Brett Cannon)</div><div>* Completed</div><div><br></div><div>  - None</div><div><br></div><div>Repositories whose build steps need updating:</div><div><br></div><div>* Not started</div><div><br></div><div>  - peps [#peps-repo]_</div><div>  - devguide [#devguide-repo]_</div><div><br></div><div>* In progress</div><div><br></div><div>  - None</div><div><br></div><div>* Completed</div><div><br></div><div>  - None</div><div><br></div><div>Requirements to move over the cpython repo [#cpython-repo]_:</div><div><br></div><div>* Not started</div><div><br></div><div>  - `Document steps to commit a pull request`_</div><div>  - `Handling Misc/NEWS`_</div><div>  - `Handling Misc/ACKS`_</div><div>  - `Linking a pull request to an issue`_</div><div>  - `Notify the issue if the pull request is committed`_</div><div>  - `Update linking service for mapping commit IDs to URLs`_</div><div>  - `Create <a href="https://git.python.org">https://git.python.org</a>`_</div><div>  - `Backup of pull request data`_</div><div>  - `Deprecate sys._mercurial`_</div><div>  - `Update the devguide`_</div><div>  - `Update PEP 101`_</div><div><br></div><div>* In progress</div><div><br></div><div>  - None</div><div><br></div><div>* Completed</div><div><br></div><div>  - None</div><div><br></div><div>Optional features:</div><div><br></div><div>* Not started</div><div><br></div><div>  - `Bot to handle pull request merging`_</div><div>  - `Continuous integration per pull request`_</div><div>  - `Test coverage report`_</div><div>  - `Notifying issues of pull request comments`_</div><div>  - `Allow <a href="http://bugs.python.org">bugs.python.org</a> to use GitHub as a login provider`_</div><div>  - `Web hooks for re-generating web content`_</div><div>  - `Link web content back to files that it is generated from`_</div><div>  - `Splitting out parts of the documentation into their own repositories`_</div><div>  - `Backup of Git repositories`_</div><div><br></div><div>* In progress</div><div><br></div><div>  - None</div><div><br></div><div>* Completed</div><div><br></div><div>  - None</div><div><br></div><div>Open Issues</div><div>===========</div><div>For this PEP, open issues are ones where a decision needs to be made</div><div>to how to approach or solve a problem. Open issues do not entail</div><div>coordination issues such as who is going to write a certain bit of</div><div>code.</div><div><br></div><div>The fate of <a href="http://hg.python.org">hg.python.org</a></div><div>-------------------------</div><div>With the code repositories moving over to Git [#git]_, there is no</div><div>technical need to keep <a href="http://hg.python.org">hg.python.org</a> [#h.p.o]_ running. Having said</div><div>that, some in the community would like to have it stay functioning as</div><div>a Mercurial [#hg]_ mirror of the Git repositories. Others have said</div><div>that they still want a mirror, but one using Git.</div><div><br></div><div>As maintaining <a href="http://hg.python.org">hg.python.org</a> is not necessary, it will be up to the</div><div>PSF infrastructure committee to decide if they want to spend the</div><div>time and resources to keep it running. They may also choose whether</div><div>they want to host a Git mirror on PSF infrastructure.</div><div><br></div><div>Depending on the decision reached, other ancillary repositories will</div><div>either be forced to migration or they can choose to simply stay on</div><div><a href="http://hg.python.org">hg.python.org</a>.</div><div><br></div><div>Tools and commands to move from Mercurial to Git</div><div>------------------------------------------------</div><div>A decision needs to be made on exactly what tooling and what commands</div><div>involving those tools will be used to convert a Mercurial repository</div><div>to Git. Currently a suggestion has been made to use</div><div><a href="https://github.com/frej/fast-export">https://github.com/frej/fast-export</a>. Another suggestion is to use</div><div><a href="https://github.com/felipec/git-remote-hg">https://github.com/felipec/git-remote-hg</a>. Finally,</div><div><a href="http://hg-git.github.io/">http://hg-git.github.io/</a> has been suggested.</div><div><br></div><div>Git CLI commands for committing a pull request to cpython</div><div>---------------------------------------------------------</div><div>Because Git [#git]_ may be a new version control system for core</div><div>developers, the commands people are expected to run will need to be</div><div>written down. These commands also need to keep a linear history while</div><div>giving proper attribution to the pull request author.</div><div><br></div><div>Another set of commands will also be necessary for when working with</div><div>a patch file uploaded to <a href="http://bugs.python.org">bugs.python.org</a> [#b.p.o]_. Here the linear</div><div>history will be kept implicitly, but it will need to make sure to</div><div>keep/add attribution.</div><div><br></div><div>How to handle the Misc/NEWS file</div><div>--------------------------------</div><div>There are three competing approaches to handling</div><div>``Misc/NEWS`` [#news-file]_. One is to add a news entry for issues on</div><div><a href="http://bugs.python.org">bugs.python.org</a> [#b.p.o]_. This would mean an issue that is marked</div><div>as "resolved" could not be closed until a news entry is added in the</div><div>"news" field in the issue tracker. The benefit of tying the news</div><div>entry to the issue is it makes sure that all changes worthy of a news</div><div>entry have an accompanying issue. It also makes classifying a news</div><div>entry automatic thanks to the Component field of the issue. The</div><div>Versions field of the issue also ties the news entry to which Python</div><div>releases were affected. A script would be written to query</div><div><a href="http://bugs.python.org">bugs.python.org</a> for relevant new entries for a release and to produce</div><div>the output needed to be checked into the code repository. This</div><div>approach is agnostic to whether a commit was done by CLI or bot.</div><div><br></div><div>A competing approach is to use an individual file per news entry,</div><div>containing the text for the entry. In this scenario each feature</div><div>release would have its own directory for news entries and a separate</div><div>file would be created in that directory that was either named after</div><div>the issue it closed or a timestamp value (which prevents collisions).</div><div>Merges across branches would have no issue as the news entry file</div><div>would still be uniquely named and in the directory of the latest</div><div>version that contained the fix. A script would collect all news entry</div><div>files no matter what directory they reside in and create an</div><div>appropriate news file (the release directory can be ignored as the</div><div>mere fact that the file exists is enough to represent that the entry</div><div>belongs to the release). Classification can either be done by keyword</div><div>in the new entry file itself or by using subdirectories representing</div><div>each news entry classification in each release directory (or</div><div>classification of news entries could be dropped since critical</div><div>information is captured by the "What's New" documents which are</div><div>organized). The benefit of this approach is that it keeps the changes</div><div>with the code that was actually changed. It also ties the message to</div><div>being part of the commit which introduced the change. For a commit</div><div>made through the CLI, a script will be provided to help generate the</div><div>file. In a bot-driven scenario, the merge bot will have a way to</div><div>specify a specific news entry and create the file as part of its</div><div>flattened commit (while most likely also supporting using the first</div><div>line of the commit message if no specific news entry was specified).</div><div>Code for this approach has been written previously for the Mercurial</div><div>workflow at <a href="http://bugs.python.org/issue18967">http://bugs.python.org/issue18967</a>. There is also tools</div><div>from the community like <a href="https://pypi.python.org/pypi/towncrier">https://pypi.python.org/pypi/towncrier</a> and</div><div><a href="https://github.com/twisted/newsbuilder">https://github.com/twisted/newsbuilder</a> .</div><div><br></div><div>A yet third option is a merge script to handle the conflicts. This</div><div>approach allows for keeping the NEWS file as a single file. It does</div><div>run the risk, though, of failure and thus blocking a commit until it</div><div>can be manually resolved.</div><div><br></div><div>Naming the bots</div><div>---------------</div><div>As naming things can lead to bikeshedding of epic proportions, Brett</div><div>Cannon will choose the final name of the various bots (the name of</div><div>the project for the bots themselves can be anything, this is purely</div><div>for the name used in giving commands to the bot or the account name).</div><div>The names will come from Monty Python, which is only fitting since</div><div>Python is named after the comedy troupe. They will most likely come</div><div>from 'Monty Python and the Holy Grail' [#holy-grail]_ (which happens</div><div>to be how Brett was introduced to Monty Python). Current ideas on the</div><div>name include:</div><div><br></div><div>"Black Knight" sketch [#black-knight-sketch]_:</div><div><br></div><div>* black-knight</div><div>* none-shall-pass</div><div>* just-a-flesh-wound</div><div><br></div><div>"Bridge of Death" sketch [#bridge-of-death-sketch]_:</div><div><br></div><div>* bridge-keeper</div><div>* man-from-scene-24</div><div>* five-questions</div><div>* what-is-your-quest</div><div>* blue-no-green</div><div>* air-speed-velocity</div><div>* your-favourite-colour</div><div>  (and that specific spelling; Monty Python is British, after all)</div><div><br></div><div>"Killer rabbit" sketch [#killer-rabbit-sketch]_:</div><div><br></div><div>* killer-rabbit</div><div>* holy-hand-grenade</div><div>* 5-is-right-out</div><div><br></div><div>"French Taunter" sketch [#french-taunter-sketch]_:</div><div><br></div><div>* elderberries</div><div>* kanigget</div><div><br></div><div>"Constitutional Peasants" sketch [#constitutional-peasants-sketch]_:</div><div><br></div><div>* dennis</div><div>* from-the-masses</div><div><br></div><div>"Knights Who Say 'Ni'" sketch [#ni-sketch]_:</div><div><br></div><div>* shubbery</div><div>* ni</div><div>* knights-who-say-ni</div><div><br></div><div>From "Monty Python and the Holy Grail" in general:</div><div><br></div><div>* brave-sir-robin</div><div><br></div><div>Choosing a CI service</div><div>---------------------</div><div>There are various CI services that provide free support for open</div><div>source projects hosted on GitHub [#github]_. Two such examples are</div><div>Travis [#travis]_ and Codeship [#codeship]_. Whatever solution is</div><div>chosen will need to not time out in the time it takes to execute</div><div>Python's test suite. It should optimally provide access to multiple C</div><div>compilers for more thorough testing. Network access is also</div><div>beneficial.</div><div><br></div><div>The current CI service for Python is Pypatcher [#pypatcher]_. A</div><div>request can be made in IRC to try a patch from</div><div><a href="http://bugs.python.org">bugs.python.org</a> [#b.p.o]_. The results can be viewed at</div><div><a href="https://ci.centos.org/job/cPython-build-patch/">https://ci.centos.org/job/cPython-build-patch/</a> .</div><div><br></div><div>Choosing a test coverage service</div><div>--------------------------------</div><div>Getting basic test coverage of Python's standard library can be</div><div>created simply by using coverage.py [#coverage]_. Getting</div><div>thorough test coverage is actually quite tricky, with the details</div><div>outlined in the devinabox's README [#devinabox-repo]_. It would be</div><div>best if a service could be found that would allow for thorough test</div><div>coverage, but it might not be feasible.</div><div><br></div><div>Free test coverage services include Coveralls [#coveralls]_ and</div><div>Codecov [#codecov]_.</div><div><br></div><div>Rejected Ideas</div><div>==============</div><div>Separate Python 2 and Python 3 repositories</div><div>-------------------------------------------</div><div>It was discussed whether separate repositories for Python 2 and</div><div>Python 3 were desired. The thinking was that this would shrink the</div><div>overall repository size which benefits people with slow Internet</div><div>connections or small bandwidth caps.</div><div><br></div><div>In the end it was decided that it was easier logistically to simply</div><div>keep all of CPython's history in a single repository.</div><div><br></div><div>Commit multi-release changes in bugfix branch first</div><div>---------------------------------------------------</div><div>As the current development process has changes committed in the</div><div>oldest branch first and then merged up to the default branch, the</div><div>question came up as to whether this workflow should be perpetuated.</div><div>In the end it was decided that committing in the newest branch and</div><div>then cherry-picking changes into older branches would work best as</div><div>most people will instinctively work off the newest branch and it is a</div><div>more common workflow when using Git [#git]_.</div><div><br></div><div>Cherry-picking is also more bot-friendly for an in-browser workflow.</div><div>In the merge-up scenario, if you were to request a bot to do a merge</div><div>and it failed, then you would have to make sure to immediately solve</div><div>the merge conflicts if you still allowed the main commit, else you</div><div>would need to postpone the entire commit until all merges could be</div><div>handled. With a cherry-picking workflow, the main commit could</div><div>proceed while postponing the merge-failing cherry-picks. This allows</div><div>for possibly distributing the work of managing conflicting merges.</div><div><br></div><div>Deriving ``Misc/NEWS`` from the commit logs</div><div>-------------------------------------------</div><div>As part of the discussion surrounding `Handling Misc/NEWS`_, the</div><div>suggestion has come up of deriving the file from the commit logs</div><div>itself. In this scenario, the first line of a commit message would be</div><div>taken to represent the news entry for the change. Some heuristic to</div><div>tie in whether a change warranted a news entry would be used, e.g.,</div><div>whether an issue number is listed.</div><div><br></div><div>This idea has been rejected due to some core developers preferring to</div><div>write a news entry separate from the commit message. The argument is</div><div>the first line of a commit message compared to that of a news entry</div><div>have different requirements in terms of brevity, what should be said,</div><div>etc.</div><div><br></div><div>References</div><div>==========</div><div>.. [#h.p.o] <a href="https://hg.python.org">https://hg.python.org</a></div><div><br></div><div>.. [#GitHub] GitHub (<a href="https://github.com">https://github.com</a>)</div><div><br></div><div>.. [#hg] Mercurial (<a href="https://www.mercurial-scm.org/">https://www.mercurial-scm.org/</a>)</div><div><br></div><div>.. [#git] Git (<a href="https://git-scm.com/">https://git-scm.com/</a>)</div><div><br></div><div>.. [#b.p.o]  <a href="https://bugs.python.org">https://bugs.python.org</a></div><div><br></div><div>.. [#rietveld] Rietveld (<a href="https://github.com/rietveld-codereview/rietveld">https://github.com/rietveld-codereview/rietveld</a>)</div><div><br></div><div>.. [#gitlab] GitLab (<a href="https://about.gitlab.com/">https://about.gitlab.com/</a>)</div><div><br></div><div>.. [#core-workflow] core-workflow mailing list (<a href="https://mail.python.org/mailman/listinfo/core-workflow">https://mail.python.org/mailman/listinfo/core-workflow</a>)</div><div><br></div><div>.. [#guido-keynote] Guido van Rossum's keynote at PyCon US (<a href="https://www.youtube.com/watch?v=G-uKNd5TSBw">https://www.youtube.com/watch?v=G-uKNd5TSBw</a>)</div><div><br></div><div>.. [#reasons] Email to core-workflow outlining reasons why GitHub was selected</div><div>   (<a href="https://mail.python.org/pipermail/core-workflow/2016-January/000345.html">https://mail.python.org/pipermail/core-workflow/2016-January/000345.html</a>)</div><div><br></div><div>.. [#benchmarks-repo] Mercurial repository for the Unified Benchmark Suite</div><div>   (<a href="https://hg.python.org/benchmarks/">https://hg.python.org/benchmarks/</a>)</div><div><br></div><div>.. [#devinabox-repo] Mercurial repository for devinabox (<a href="https://hg.python.org/devinabox/">https://hg.python.org/devinabox/</a>)</div><div><br></div><div>.. [#peps-repo] Mercurial repository of the Python Enhancement Proposals (<a href="https://hg.python.org/peps/">https://hg.python.org/peps/</a>)</div><div><br></div><div>.. [#devguide-repo] Mercurial repository for the Python Developer's Guide (<a href="https://hg.python.org/devguide/">https://hg.python.org/devguide/</a>)</div><div><br></div><div>.. [#cpython-repo] Mercurial repository for CPython (<a href="https://hg.python.org/cpython/">https://hg.python.org/cpython/</a>)</div><div><br></div><div>.. [#github-python-org] Python organization on GitHub (<a href="https://github.com/python">https://github.com/python</a>)</div><div><br></div><div>.. [#github-org-perms] GitHub repository permission levels</div><div>   (<a href="https://help.github.com/enterprise/2.4/user/articles/repository-permission-levels-for-an-organization/">https://help.github.com/enterprise/2.4/user/articles/repository-permission-levels-for-an-organization/</a>)</div><div><br></div><div>.. [#cla] Python Software Foundation Contributor Agreement (<a href="https://www.python.org/psf/contrib/contrib-form/">https://www.python.org/psf/contrib/contrib-form/</a>)</div><div><br></div><div>.. [#news-file] ``Misc/NEWS`` (<a href="https://hg.python.org/cpython/file/default/Misc/NEWS">https://hg.python.org/cpython/file/default/Misc/NEWS</a>)</div><div><br></div><div>.. [#acks-file] ``Misc/ACKS`` (<a href="https://hg.python.org/cpython/file/default/Misc/ACKS">https://hg.python.org/cpython/file/default/Misc/ACKS</a>)</div><div><br></div><div>.. [#devguide-merge-across-branches] Devguide instructions on how to merge across branches</div><div>   (<a href="https://docs.python.org/devguide/committing.html#merging-between-different-branches-within-the-same-major-version">https://docs.python.org/devguide/committing.html#merging-between-different-branches-within-the-same-major-version</a>)</div><div><br></div><div>.. [#pythocat] Pythocat (<a href="https://octodex.github.com/pythocat/">https://octodex.github.com/pythocat/</a>)</div><div><br></div><div>.. [#tracker-plans] Wiki page for <a href="http://bugs.python.org">bugs.python.org</a> feature development</div><div>   (<a href="https://wiki.python.org/moin/TrackerDevelopmentPlanning">https://wiki.python.org/moin/TrackerDevelopmentPlanning</a>)</div><div><br></div><div>.. [#black-knight-sketch] The "Black Knight" sketch from "Monty Python and the Holy Grail"</div><div>   (<a href="https://www.youtube.com/watch?v=dhRUe-gz690">https://www.youtube.com/watch?v=dhRUe-gz690</a>)</div><div><br></div><div>.. [#bridge-of-death-sketch] The "Bridge of Death" sketch from "Monty Python and the Holy Grail"</div><div>   (<a href="https://www.youtube.com/watch?v=cV0tCphFMr8">https://www.youtube.com/watch?v=cV0tCphFMr8</a>)</div><div><br></div><div>.. [#holy-grail] "Monty Python and the Holy Grail" sketches</div><div>   (<a href="https://www.youtube.com/playlist?list=PL-Qryc-SVnnu1MvN3r94Y9atpaRuIoGmp">https://www.youtube.com/playlist?list=PL-Qryc-SVnnu1MvN3r94Y9atpaRuIoGmp</a>)</div><div><br></div><div>.. [#killer-rabbit-sketch] "Killer rabbit" sketch from "Monty Python and the Holy Grail"</div><div>   (<a href="https://www.youtube.com/watch?v=Nvs5pqf-DMA&list=PL-Qryc-SVnnu1MvN3r94Y9atpaRuIoGmp&index=11">https://www.youtube.com/watch?v=Nvs5pqf-DMA&list=PL-Qryc-SVnnu1MvN3r94Y9atpaRuIoGmp&index=11</a>)</div><div><br></div><div>.. [#french-taunter-sketch] "French Taunter" from "Monty Python and the Holy Grail"</div><div>   (<a href="https://www.youtube.com/watch?v=A8yjNbcKkNY&list=PL-Qryc-SVnnu1MvN3r94Y9atpaRuIoGmp&index=13">https://www.youtube.com/watch?v=A8yjNbcKkNY&list=PL-Qryc-SVnnu1MvN3r94Y9atpaRuIoGmp&index=13</a>)</div><div><br></div><div>.. [#constitutional-peasants-sketch] "Constitutional Peasants" from "Monty Python and the Holy Grail"</div><div>   (<a href="https://www.youtube.com/watch?v=JvKIWjnEPNY&list=PL-Qryc-SVnnu1MvN3r94Y9atpaRuIoGmp&index=14">https://www.youtube.com/watch?v=JvKIWjnEPNY&list=PL-Qryc-SVnnu1MvN3r94Y9atpaRuIoGmp&index=14</a>)</div><div><br></div><div>.. [#ni-sketch] "Knights Who Say Ni" from "Monty Python and the Holy Grail"</div><div>   (<a href="https://www.youtube.com/watch?v=zIV4poUZAQo&list=PL-Qryc-SVnnu1MvN3r94Y9atpaRuIoGmp&index=15">https://www.youtube.com/watch?v=zIV4poUZAQo&list=PL-Qryc-SVnnu1MvN3r94Y9atpaRuIoGmp&index=15</a>)</div><div><br></div><div>.. [#homu] Homu (<a href="http://homu.io/">http://homu.io/</a>)</div><div><br></div><div>.. [#zuul] Zuul (<a href="http://docs.openstack.org/infra/zuul/">http://docs.openstack.org/infra/zuul/</a>)</div><div><br></div><div>.. [#travis] Travis (<a href="https://travis-ci.org/">https://travis-ci.org/</a>)</div><div><br></div><div>.. [#codeship] Codeship (<a href="https://codeship.com/">https://codeship.com/</a>)</div><div><br></div><div>.. [#coverage] coverage.py (<a href="https://pypi.python.org/pypi/coverage">https://pypi.python.org/pypi/coverage</a>)</div><div><br></div><div>.. [#coveralls] Coveralls (<a href="https://coveralls.io/">https://coveralls.io/</a>)</div><div><br></div><div>.. [#codecov] Codecov (<a href="https://codecov.io/">https://codecov.io/</a>)</div><div><br></div><div>.. [#pypatcher] Pypatcher (<a href="https://github.com/kushaldas/pypatcher">https://github.com/kushaldas/pypatcher</a>)</div><div><br></div><div>.. [#heroku] Heroku (<a href="https://www.heroku.com/">https://www.heroku.com/</a>)</div><div><br></div><div>Copyright</div><div>=========</div><div><br></div><div>This document has been placed in the public domain.</div><div><br></div><div><br></div><div><br></div><div>..</div><div>   Local Variables:</div><div>   mode: indented-text</div><div>   indent-tabs-mode: nil</div><div>   sentence-end-double-space: t</div><div>   fill-column: 70</div><div>   coding: utf-8</div><div>   End:</div><div><br></div></div>