An open API service indexing awesome lists of open source software.

https://github.com/zvyn/cpython-bpo-linkify


https://github.com/zvyn/cpython-bpo-linkify

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# cpython-bpo-linkify

An extension that finds `bpo-NNNN` annonations and converts them to
bugs.python.org links.

## Installation

You can install the extension from Chrome Web Store:

* https://chrome.google.com/webstore/detail/cpython-bpo-linkify/dgmcbbjkjieccldohpmmnpjloadhmdao

## Features

Currently, it works on the following pages:

* Pull request - Example: https://github.com/python/cpython/pull/12
* Commit detail - Example: https://github.com/python/cpython/commit/331bbe6aaa74f8d28f27b79e8c6a0c35dbe9a6ab

### Supported formats

* `bpo-NNNN`
* `Issue #NNNN`
* `#NNNN`