Manuel Kaufmann

Results 1301 comments of Manuel Kaufmann

Acá compilé una versión en PDF de la branch 3.8: https://python-docs-es.readthedocs.io/_/downloads/es/3.8/pdf/ --se ve bien.

> Está bueno ese PDF (aunque tiene el "whats new in python 2.6, no tiene sentido). Esto se puede eliminar cambiando el `contents.rst`, o bien, dándole un `contents.rst` específico con...

> Read the Docs no soporta múltiples PDF como output así de una, pero se podría hacer (medio hacky teniendo varias ramas) y construir el Tutorial por un lado y...

Algo que no mencioné, pero es interesante. Esta versión y la anterior, ambas usan Sphinx, así que si quisieramos seguir utilizando el mismo proceso lo podríamos hacer a mano. Sin...

Ahora que estamos bajo la documentación oficial, veo que ellos están construyendo todos los PDF para la versión en español también: https://docs.python.org/es/3.8/download.html Supongo, igualmente, que no es exactamente lo que...

De paso, pregunto acá: ¿hay alguna forma de activar el sonido por default al abrir Pilas? Si uso la interfaz para activarlo, me pide reiniciar, y cuando reinicio el contenedor...

Listo, gracias. Sí, se puede. Lo voy a hacer en los próximos días y posteo aquí el link.

Hi all! I came here via Google and I'm not 100% sure the issue I'm tracking down is related to this one, but looks close, at least. I'm trying to...

I tried this branch with ``` pip install -e git+https://github.com/jobevers/autoflake#egg=autoflake ``` and it works as it's expected: leaving the `pass` statement. I would like to have this merged into master.

@myint I think it's already fixed: ``` diff $ autoflake /usr/lib/python3.5/codecs.py --- original//usr/lib/python3.5/codecs.py +++ fixed//usr/lib/python3.5/codecs.py @@ -393,7 +393,6 @@ stream to recover state. """ - pass def seek(self, offset, whence=0):...