﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
25739	deprecate geos.factory.fromstr	Sergey Fedoseev	Sergey Fedoseev	"Here's it's definition:
{{{
def fromstr(string, **kwargs):
    ""Given a string value, returns a GEOSGeometry object.""
    return GEOSGeometry(string, **kwargs)
}}}

This function is just an alias for `GEOSGeometry`, so I think it should be deprecated.
"	Cleanup/optimization	closed	GIS	dev	Normal	wontfix			Unreviewed	0	0	0	0	0	0
