CGAL / cgal-swig-bindings

CGAL bindings using SWIG
Other
346 stars 93 forks source link

Please update wiki example triangulation_prog1.py #238

Open DamrongGuoy opened 1 year ago

DamrongGuoy commented 1 year ago

The wiki example https://github.com/CGAL/cgal-swig-bindings/wiki/BindingsExamples#triangulation_prog1py has this line for older Python version:

    print iter.point()

I can see that, in 2020, the main branch already updated it for Python3 like this: https://github.com/CGAL/cgal-swig-bindings/blob/d5e26629e79331c1123b40b2f38058cbbc5cc31e/examples/python/triangulation_prog1.py#L27

Please update the wiki page.

lrineau commented 1 year ago

CGAL/cgal-swig-bindings/wiki/BindingsExamples

Maybe that page should be removed.