Skip to content

Commit 756d082

Browse files
committed
Add Travis CI badge
1 parent dccdf52 commit 756d082

File tree

2 files changed

+18
-11
lines changed

2 files changed

+18
-11
lines changed

README.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
Python functools32 |Build Status|_
2+
----------------------------------
3+
4+
This is a backport of the Python 3.2 functools module for use on
5+
Python versions 2.7 and PyPy. It includes new features
6+
`lru_cache` (`Least-recently-used cache`_ decorator).
7+
8+
Refer to the Python 3.2 documentation for usage information:
9+
http://docs.python.org/3.2/library/functools.html
10+
11+
Bugs? Try to reproduce them on the latest Python 3.2.x itself and file bug
12+
reports on http://bugs.python.org/.
13+
14+
-- ENDOH takanao djmchl@gmail.com
15+
16+
.. |Build Status| image:: https://secure.travis-ci.org/MiCHiLU/python-functools32.png
17+
.. _`Build Status`: http://travis-ci.org/MiCHiLU/python-functools32
18+
.. _`Least-recently-used cache`: http://en.wikipedia.org/wiki/Cache_algorithms#Least_Recently_Used

README.txt

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)