Este sítio funciona melhor com JavaScript.
Página inicial
Ajuda
Iniciar sessão
ben
/
mwparserfromhell
espelho de
https://github.com/earwig/mwparserfromhell
Vigiar
1
Marcar como favorito
1
Derivar
0
Código
Lançamentos
24
Trabalho
Ver a proveniência
Mixed up py3k and py2k.
tags/v0.3.3
Ben Kurtovic
há 11 anos
ascendente
f0a591b323
cometimento
3d6079d831
1 ficheiros alterados
com
2 adições
e
2 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+2
-2
mwparserfromhell/compat.py
+ 2
- 2
mwparserfromhell/compat.py
Ver ficheiro
@@ -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é-visualizar
Carregando…
Cancelar
Guardar