I simple use notepad+ use compare and looked at what changed between rc7 and rc8
I changed back
begin_props = """
( # Start all [] groups saving
(?: # Start a group
to
begin_props = """
( # Start all [] groups saving
(?:\[ # Start a group
that is the only change i made and works.
Hope that make sense