Currently, several Python distributors modify the Python install layout. Making such modifications requires them to patch multiple standard library modules. The install layout is currently not meant to be a configurable option in a Python installation, but Python developers, distro packagers and module authors all have conflicting certain assumptions in this area. This has presented itself as problematic because Python distributors, understandably, fail to correctly modify all places required to satisfy all these assumptions, resulting in incoherent or straight-out broken Python distributions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /usr/bin/env -S bash -c 'watch -n 300 I=$(whoami) python3.8 myfailures.py' | |
import re | |
import sys | |
import os | |
from urllib.request import urlopen | |
URL = 'https://kojipkgs.fedoraproject.org/mass-rebuild/f31-failures.html' | |
#USER = sys.argv[1] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
map | |
"A specific physical instance of a location_area" | |
* width | |
* height | |
location_map | |
"A game-specific physical instance of a location_area" | |
* location_area | |
* version | |
* map |
Kronika: http://lanyrd.com/series/brno-pyvo/
- Ruby sraz v Brně, dotaz na Twitteru zda existuje Python sraz (odpověď: neexistuje, založ)
- Při hledání názvu jsem se dověděl, že Rasťo Turek založil v Bratislavě Pyvo a Pyoniery - řekl jsem si, že nic lepšího nevymyslím
- 26.4. sraz u stolečku ve Falku, kam přišlo 8 lidí a bavili jsme se o všem možném
- další Pyva s přednáškami
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(lambda n,s,I:n.classobj('h',(),dict(__init__=(lambda M,S,P,C:M.__dict__.update( | |
dict(R=(S,P),H=C,O=s.socket()))),C=(lambda M:(M.O.connect(M.R),setattr(M,'D',M.O | |
.makefile()),setattr(M,'S',(lambda l: M.O.send('%s\r\n'%l))),M.S("NICK hue"),M.S | |
("USER a b c d :LOL!"),setattr(M,'R',lambda n,m: M.S('PRIVMSG %s :%s'%(n,m))),M. | |
P())),G = (lambda M,S:S.split(' :',1)[1] if' :'in S else ''),P=(lambda M:next(I. | |
dropwhile((lambda Lu:((lambda L:((lambda: M.S("PONG :%s"%M.G(L))if L.startswith( | |
'PING')else(lambda P,G,S:({'001':(lambda: M.S('JOIN %s'%M.H)),'PRIVMSG':(lambda: | |
M.HC(L[1:].split('!',1),P[2],G[1:].split(),G)if G.startswith('!')else None)}.get | |
(P[1],lambda: None)())if len(P)>1 else None)(L.split(),M.G(L),M.O))()))(Lu.strip | |
()),True)[1]),iter(M.D)),None)),HC=(lambda M,(N,H),C,P,L: {'hello':lambda:M.R(C, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
- pokemon: [Turtwig, Chimchar, Piplup] | |
level: 5 | |
type: gift | |
version: [diamond, pearl, platinum] | |
is_starter: true | |
- pokemon: Eevee | |
level: 5 | |
type: gift |