It’s too bad we don’t have details about the other company involved that they were targeting. Seems like the sort of thing that could rapidly escalated – blinding all of your competitors birds on purpose. If those birds are in Geosynch, you don’t even need to be in the country to do it – just same longitude, approximately.
It’s also a really fun example of operator overloading.
__div__
is overloaded to allow this syntax.>>> p = PurePath('/etc') >>> p PurePosixPath('/etc') >>> p / 'init.d' / 'apache2' PurePosixPath('/etc/init.d/apache2')