Este site funciona melhor com JavaScript.
Página inicial
Ajuda
Acessar
ben
/
mwparserfromhell
espelhamento de
https://github.com/earwig/mwparserfromhell
Observar
1
Favorito
1
Fork
0
Código
Versões
24
Atividade
Ver código fonte
Mixed up py3k and py2k.
tags/v0.3.3
Ben Kurtovic
11 anos atrás
pai
f0a591b323
commit
3d6079d831
1 arquivos alterados
com
2 adições
e
2 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+2
-2
mwparserfromhell/compat.py
+ 2
- 2
mwparserfromhell/compat.py
Ver arquivo
@@ -16,14 +16,14 @@ py32 = py3k and sys.version_info.minor == 2
if py3k:
bytes = bytes
str = str
range =
x
range
range = range
maxsize = sys.maxsize
import html.entities as htmlentities
else:
bytes = str
str = unicode
range = range
range =
x
range
maxsize = sys.maxint
import htmlentitydefs as htmlentities
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar