1994 Marseille Open

The 1994 Marseille Open was an ATP tennis tournament played on indoor carpet and held in Marseille, France from 31 January through 6 February 1994. It was the second edition of the tournament and it was part of the ATP World Series. Fourth-seeded Marc Rosset won the singles title.

1994 Marseille Open
Date31 January – 6 February
Edition2nd
CategoryATP World Series
Draw32S / 16D
Prize money$513,750
SurfaceCarpet / Indoor
LocationMarseille, France
VenuePalais des Sports
Champions
Singles
Marc Rosset [1]
Doubles
Jan Siemerink / Daniel Vacek [2]

Finals

Singles

Marc Rosset defeated Arnaud Boetsch 7–6(8–6), 7–6(7–4) [1]

  • It was Rosset's first title of the year and the 8th of his career. He successfully defended his title from 1993.

Doubles

Jan Siemerink / Daniel Vacek defeated Martin Damm / Yevgeny Kafelnikov 6–7, 6–4, 6–1 [2]

  • It was Siemerink's 1st title of the year and the 4th of his career. It was Vacek's 1st title of the year and the 5th of his career.
gollark: You can also play exciting open-source games like Minetest, Dwarf Fortress and OpenTTD.
gollark: I guess you could have... self-runnable python packages too?```bash#!/bin/shpython3 $0exit```
gollark: Shellscripts execute line-by-line, so if you stick a ZIP on the end and do something like```bash#!/bin/shunzip $0exit```then the shell won't complain about the random binary data at the end of the script.
gollark: I'm not sure if this has much of an actual application, but it's neat. You can do similar stuff with zips to make self-extracting archives.
gollark: ```osmarks@fenrir /tmp> cat __main__.py print("Hello, World!")osmarks@fenrir /tmp> zip test.zip __main__.py adding: __main__.py (stored 0%)osmarks@fenrir /tmp> python3 logo96.png File "logo96.png", line 1SyntaxError: Non-UTF-8 code starting with '\x89' in file logo96.png on line 1, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for detailsosmarks@fenrir /tmp [1]> cat test.zip >> logo96.pngosmarks@fenrir /tmp> python3 logo96.pngHello, World!osmarks@fenrir /tmp> unzip -l logo96.pngArchive: logo96.pngwarning [logo96.png]: 341 extra bytes at beginning or within zipfile (attempting to process anyway) Length Date Time Name--------- ---------- ----- ---- 23 2020-07-02 15:25 __main__.py--------- ------- 23 1 file```

References

  1. "1994 Open 13 - Singles Draw". ATPWorldTour.com. Retrieved 22 Aug 2012.
  2. "1994 Open 13 - Doubles Draw". ATPWorldTour.com. Retrieved 22 Aug 2012.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.