Files
haikuports/dev-lang/python/patches
OscarL bccf5d8088 python3.14: adjust MACHDEP as was done for the other versions. (#13929)
One user-visible change from this is that `sys.platform` returns just "haiku" now,
instead of "haiku1" as on beta5. Also visible on the REPL initial message.

Without this change, I was getting (on nightlies): 'haikuR1~beta5+development'.

Using just "haiku" make is more in-line with what is done for other platforms
(linux, freebsd, darwin, etc).

ToDo: clean up the rest of the patchset, where we previously had to use:

`if sys.platform.startswith("haiku")` or `if sys.platform[:5] == "haiku"`.
2026-04-08 04:10:11 -03:00
..