Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9)

Side by Side Diff: third_party/markupsafe/_constants.py

Issue 23445019: Add MarkupSafe library to third_party (dependency for Jinja2 2.7) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix typo Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « third_party/markupsafe/_compat.py ('k') | third_party/markupsafe/_native.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # -*- coding: utf-8 -*- 1 # -*- coding: utf-8 -*-
2 """ 2 """
3 markupsafe._constants 3 markupsafe._constants
4 ~~~~~~~~~~~~~~~~~~~~~ 4 ~~~~~~~~~~~~~~~~~~~~~
5 5
6 Highlevel implementation of the Markup string. 6 Highlevel implementation of the Markup string.
7 7
8 :copyright: (c) 2010 by Armin Ronacher. 8 :copyright: (c) 2010 by Armin Ronacher.
9 :license: BSD, see LICENSE for more details. 9 :license: BSD, see LICENSE for more details.
10 """ 10 """
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 'uuml': 252, 258 'uuml': 252,
259 'weierp': 8472, 259 'weierp': 8472,
260 'xi': 958, 260 'xi': 958,
261 'yacute': 253, 261 'yacute': 253,
262 'yen': 165, 262 'yen': 165,
263 'yuml': 255, 263 'yuml': 255,
264 'zeta': 950, 264 'zeta': 950,
265 'zwj': 8205, 265 'zwj': 8205,
266 'zwnj': 8204 266 'zwnj': 8204
267 } 267 }
OLDNEW
« no previous file with comments | « third_party/markupsafe/_compat.py ('k') | third_party/markupsafe/_native.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698