Jason NovingerM to Python · 1 year agoWriting Python like Rust · Questions Nobody Asked...oatzy.github.ioexternal-linkmessage-square4fedilinkarrow-up114arrow-down10
arrow-up114arrow-down1external-linkWriting Python like Rust · Questions Nobody Asked...oatzy.github.ioJason NovingerM to Python · 1 year agomessage-square4fedilink
minus-squareDanCardinlinkfedilinkarrow-up1·1 year agoMore obnoxiously than that even, imo, it’s that pathlib removes trailing slashes. Its impossible (afaict) to reproduce path.join(‘a’, ‘b/‘) with pathlib
More obnoxiously than that even, imo, it’s that pathlib removes trailing slashes. Its impossible (afaict) to reproduce
path.join(‘a’, ‘b/‘)
with pathlib