Layer.bezierPath excludes open paths

When I want to do layer.bezierPath.stroke(), only the closed paths are painted. Printing the bezierpath also returns only the closed ones. I am not sure if this is new or only happening in my environment, or even expected.

There is an additional layer.openBezierPath for that.

Got it. Thanks!