mention RFC 6902

This commit is contained in:
Stefan Kögl
2013-04-03 15:52:41 +02:00
parent f3e067281f
commit 0b6907a6d9
2 changed files with 2 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ Applying JSON Patches in Python
------------------------------- -------------------------------
Library to apply JSON Patches according to Library to apply JSON Patches according to
http://tools.ietf.org/html/draft-ietf-appsawg-json-patch-08 [RFC 6902](http://tools.ietf.org/html/rfc6902)
See Sourcecode for Examples See Sourcecode for Examples

View File

@@ -30,9 +30,7 @@
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# #
""" Apply JSON-Patches (according to draft 08) """ """ Apply JSON-Patches (RFC 6902) """
# http://tools.ietf.org/html/draft-ietf-appsawg-json-patch-05
# Will be parsed by setup.py to determine package metadata # Will be parsed by setup.py to determine package metadata
__author__ = 'Stefan Kögl <stefan@skoegl.net>' __author__ = 'Stefan Kögl <stefan@skoegl.net>'