mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-16 16:50:06 +02:00
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"`.