[Info-vax] What would be involved in moving RMS into kernel mode ?
Arne Vajhøj
arne at vajhoej.dk
Wed May 10 07:28:51 EDT 2023
On 5/10/2023 4:10 AM, Mark Daniel wrote:
> On 10/5/2023 4:06 pm, Jan-Erik Söderholm wrote:
>> Den 2023-05-10 kl. 01:16, skrev Arne Vajhøj:
>>> But probably also Python and a few other things.
>> Our current Python code is V2.7, so I expect some conversion there also.
> Sorry but Python 2 -> 3 is not my specialty.
There are a bunch of know incompatibilities.
Most infamous: / changed from integer division to floating point division.
5/2 is 2 in Python 2 and 2.5 in Python 3.
But also the fact that in 2 both:
print "hi"
print("hi")
work, but only the second work in 3 can cause a lot of (trivial)
changes.
And there are some changes related to strings and unicode
as well.
Arne
More information about the Info-vax
mailing list