2019 Changsha Open

The 2019 Changsha Open was a professional tennis tournament played on outdoor clay courts. It was the first edition of the tournament which was part of the 2019 ITF Women's World Tennis Tour. It took place in Changsha, China between 2 and 8 September 2019.[1]

2019 Changsha Open
Date2–8 September 2019
Edition1st
CategoryITF Women's World Tennis Tour
Prize money$60,000
SurfaceClay
LocationChangsha, China
Champions
Singles
Nina Stojanović
Doubles
Jiang Xinyu / Tang Qianhui

Singles main draw entrants

Seeds

Country Player Rank1 Seed
 SRB Nina Stojanović 165 1
 CHN Han Xinyun 169 2
 CHN Lu Jiajing 188 3
 SRB Natalija Kostić 216 4
 CHN Ma Shuyue 236 5
 CHN Xun Fangying 255 6
 CHN Yuan Yue 259 7
 JPN Chihiro Muramatsu 308 8
  • 1 Rankings are as of 26 August 2019.

Other entrants

The following players received wildcards into the singles main draw:

The following player received entry using a protected ranking:

The following players received entry from the qualifying draw:

Champions

Singles

Doubles

gollark: ```lua-- Convert path to canonical formlocal function canonicalize(path) return fs.combine(path, "")endlocal function path_in(p, dir) return starts_with(canonicalize(p), canonicalize(dir))end-- Resolve a path with the given root - if you go outside it, loops you back inlocal function resolve_path(path, root) if path_in(path, "/rom") then -- allow access to shared ROM return path end local new_path = fs.combine(root, path) if not path_in(new_path, root) then return resolve_path(new_path, root) else return new_path endend```Relevant code.
gollark: FS overrides can create some really "fun" filesystem messes.
gollark: If you try to cd .. it just puts you in the same directory for funlolz.
gollark: Paths are canonicalized before checking.
gollark: Nope, that's patched.

References

  1. "W60 Changsha". ITFtennis.com. ITF World Tennis Tour.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.