Skip to content

Commit

Permalink
HERE BE DRAGONS
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonSapin committed Jan 10, 2013
1 parent 8cf8755 commit eac05a4
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions cssselect/xpath.py
Expand Up @@ -102,6 +102,19 @@ class GenericTranslator(object):
of element names and attribute names. of element names and attribute names.
""" """

####
#### HERE BE DRAGONS
####
#### You are welcome to hook into this to change some behavior,
#### but do so at your own risks.
#### Until is has recieved a lot more work and review,
#### I reserve the right to change this API in backward-incompatible ways
#### with any minor version of cssselect.
#### See https://github.com/SimonSapin/cssselect/pull/22
#### -- Simon Sapin.
####

combinator_mapping = { combinator_mapping = {
' ': 'descendant', ' ': 'descendant',
'>': 'child', '>': 'child',
Expand Down

0 comments on commit eac05a4

Please sign in to comment.