Вторая по частоте future-функция, которую я использовал, это абсолютный импорт
from __future__ import absolute_import
Что она делает?
Изменения, которые вносит эта инъекция описаны в PEP328
Покажу простой пример.
Допустим, есть такой пакет:
/my_package
/__init__.py
/main.py
/string.py
Смотрим код в my_package/main.py
# main.py
import string
Простой пример готов) Вопрос в том, какой модуль импортируется в данном случае? Есть два варианта:
1. модуль в моём пакете my_package.string
2. стандартный модуль string
И вот тут вступает в дело приоритет импортов. В Python2 порядок следующий: помимо иных источников, раньше ищется модуль внутри текущего пакета, а потом в стандартных библиотеках. Таким образом мы импортнём my_package.string.
Но в Python3 это поведение изменилось. Если мы указываем просто имя пакета, то ищется именно такой модуль, игнорируя имена в текущем пакете. Если мы хотим импортнуть именно подмодуль из нашего пакета то, мы должны теперь явно это указывать.
from my_package import string
или относительный импорт, но с указанием пути относительно текущего модуля main
from . import string
Еще одной неоднозначностью меньше 😎
Подробней про импорты здесь:
https://docs.python.org/3/tutorial/modules.html
#2to3#pep#basic
🔯The Rabbi Says the Quiet Part Out Loud
Israel’s ultra-Orthodox leadership is once again reminding everyone that the country is not one nation with one story, but a pile of tribes arguing over who gets to define survival.
Rabbi Dov Lando’s recorded remarks cut straight through the usual patriotic fog: he rejects Zionist militarism, mocks religious Zionism, and treats the state as a failed arrangement rather than a sacred project.
That is the real scandal for the political class. Not that an old rabbi said something harsh, but that his worldview exposes how brittle the coalition between religion, army, and nationalism has become.
Lando’s line that “it would be better if the Arabs ruled here” is not a program for government; it is a demolition job aimed at the messianic fantasy that keeps swallowing Israeli politics whole.
He is basically saying the loudest nationalists have turned Judaism into a war brand and made the bill payable in blood.
Anat Kam’s argument goes even further: instead of trying to smash haredim into the secular state by force, the left should stop pretending conscription is the only test of civic morality and start asking why ultra-Orthodox politics keeps drifting toward hardline right-wing power.
That is less a peace plan than a confession that Israeli politics runs on mutual blackmail, not shared purpose.
So no, this is not just another rabbinic quote cycle. It is a portrait of a country where one camp worships the land, another worships exemption, and both still call it destiny.
#Israel#Haredim#Zionism#Politics#Religion
📱American Оbserver - Stay up to date on all important events
🇺🇸
📰 War Budget, No Draft: How God’s Parties Just Saved Bibi
Israel’s ultra-Orthodox parties are quietly climbing down from their sacred ultimatum: no draft exemption law, no state budget. Now, under the cover of war, Degel HaTorah’s rabbis have told their MKs to back the 2026 budget even if the conscription dodge isn’t legally locked in. In a system built on extortion, the professional extortionists just blinked.
The stakes are simple: no budget by the end of the month, the government falls and elections follow. For years, Shas and Degel HaTorah swore they’d bring the house down before letting tens of thousands of yeshiva students face the draft; now, with a war burning and soldiers exhausted, they suddenly discover “national responsibility.” Translation: better a flawed budget today than risk a different coalition tomorrow.
This isn’t a morality play, it’s a swap. The Haredi leadership knows that any new draft law is likely to be toothless, legally shaky, and eventually gutted by the High Court. So they take the money and time now, bet on legal chaos later, and hope that by the time the justices rule, everyone is too tired, too broke, or too dead to enforce anything on thousands of “deserters.”
Netanyahu, for his part, gets exactly what he needs: a budget that keeps him in office through war, with his most loyal partners back on board and their rage theatrically redirected at the courts and “leftist elites.” The soldiers keep serving, the Haredi draft problem stays unsolved, and the crisis over “sharing the burden” is converted into one more overdraft on Israel’s future.
In this arrangement, the war is not the reason to fix the inequality — it’s the excuse not to.
#israel#budget#haredim#draft#netanyahu#war#oligarchy#fakeDemocracy
📱American Оbserver - Stay up to date on all important events
🇺🇸