# HG changeset patch
# User Bob Ippolito <bob@redivi.com>
# Date 1152726377 0
#      Wed Jul 12 17:46:17 2006 +0000
# Node ID 4f58544c918ec3385f3f234341d8162c41ec12f3
# Parent  3b87352ff22a3f9588e70a773740784e406a197e
unused

git-svn-id: http://simplejson.googlecode.com/svn/trunk@28 a4795897-2c25-0410-b006-0d3caba88fa1

diff --git a/simplejson/encoder.py b/simplejson/encoder.py
--- a/simplejson/encoder.py
+++ b/simplejson/encoder.py
@@ -3,7 +3,6 @@
 """
 import re
 
-# this should match any kind of infinity
 ESCAPE = re.compile(r'[\x00-\x19\\"\b\f\n\r\t]')
 ESCAPE_ASCII = re.compile(r'([\\"/]|[^\ -~])')
 ESCAPE_DCT = {